[GRASS-SVN] r40226 - grass/branches/releasebranch_6_4

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jan 4 19:47:40 EST 2010


Author: kyngchaos
Date: 2010-01-04 19:47:40 -0500 (Mon, 04 Jan 2010)
New Revision: 40226

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

Modified: grass/branches/releasebranch_6_4/configure
===================================================================
--- grass/branches/releasebranch_6_4/configure	2010-01-05 00:45:32 UTC (rev 40225)
+++ grass/branches/releasebranch_6_4/configure	2010-01-05 00:47:40 UTC (rev 40226)
@@ -16213,7 +16213,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/releasebranch_6_4/configure.in
===================================================================
--- grass/branches/releasebranch_6_4/configure.in	2010-01-05 00:45:32 UTC (rev 40225)
+++ grass/branches/releasebranch_6_4/configure.in	2010-01-05 00:47:40 UTC (rev 40226)
@@ -1929,7 +1929,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