[GRASS-SVN] r40225 - grass/branches/develbranch_6

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 4 19:45:32 EST 2010


Author: kyngchaos
Date: 2010-01-04 19:45:32 -0500 (Mon, 04 Jan 2010)
New Revision: 40225

Modified:
   grass/branches/develbranch_6/configure
   grass/branches/develbranch_6/configure.in
Log:
make sure to follow symlinks on OSX arch checks, in case default is otherwise (from trunk r40224)

Modified: grass/branches/develbranch_6/configure
===================================================================
--- grass/branches/develbranch_6/configure	2010-01-05 00:39:49 UTC (rev 40224)
+++ grass/branches/develbranch_6/configure	2010-01-05 00:45:32 UTC (rev 40225)
@@ -16394,7 +16394,7 @@
   if test -n "$MACOSX_ARCHS" ; then
     wxver=`"$WX_CONFIG" --version`
     wxlib=`"$WX_CONFIG" --prefix`/lib/lib`"$WX_CONFIG" --basename`-`echo "$wxver" | cut -d . -f1,2`.dylib
-    wxlibinfo=`file "$wxlib"`
+    wxlibinfo=`file -L "$wxlib"`
     for a in i386 ppc x86_64 ppc64
     do
       # add only if in MACOSX_ARCHS

Modified: grass/branches/develbranch_6/configure.in
===================================================================
--- grass/branches/develbranch_6/configure.in	2010-01-05 00:39:49 UTC (rev 40224)
+++ grass/branches/develbranch_6/configure.in	2010-01-05 00:45:32 UTC (rev 40225)
@@ -1972,7 +1972,7 @@
   if test -n "$MACOSX_ARCHS" ; then
     wxver=`"$WX_CONFIG" --version`
     wxlib=`"$WX_CONFIG" --prefix`/lib/lib`"$WX_CONFIG" --basename`-`echo "$wxver" | cut -d . -f1,2`.dylib
-    wxlibinfo=`file "$wxlib"`
+    wxlibinfo=`file -L "$wxlib"`
     for a in i386 ppc x86_64 ppc64
     do
       # add only if in MACOSX_ARCHS



More information about the grass-commit mailing list