[GRASS-SVN] r40224 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 4 19:39:51 EST 2010


Author: kyngchaos
Date: 2010-01-04 19:39:49 -0500 (Mon, 04 Jan 2010)
New Revision: 40224

Modified:
   grass/trunk/configure
   grass/trunk/configure.in
Log:
make sure to follow symlinks on OSX arch checks, in case default is otherwise

Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure	2010-01-04 22:27:30 UTC (rev 40223)
+++ grass/trunk/configure	2010-01-05 00:39:49 UTC (rev 40224)
@@ -14129,7 +14129,7 @@
   # check for available OSX archs in Python, assume framework
   if test -n "$MACOSX_ARCHS" ; then
     pylib=`"$PY_CONFIG" --prefix`/Python
-    pylibinfo=`file "$pylib"`
+    pylibinfo=`file -L "$pylib"`
     for a in i386 ppc x86_64 ppc64
     do
       # add only if in MACOSX_ARCHS

Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in	2010-01-04 22:27:30 UTC (rev 40223)
+++ grass/trunk/configure.in	2010-01-05 00:39:49 UTC (rev 40224)
@@ -1791,7 +1791,7 @@
   # check for available OSX archs in Python, assume framework
   if test -n "$MACOSX_ARCHS" ; then
     pylib=`"$PY_CONFIG" --prefix`/Python
-    pylibinfo=`file "$pylib"`
+    pylibinfo=`file -L "$pylib"`
     for a in i386 ppc x86_64 ppc64
     do
       # add only if in MACOSX_ARCHS



More information about the grass-commit mailing list