[GRASS-SVN] r31806 - grass/trunk

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Jun 22 19:40:12 EDT 2008


Author: glynn
Date: 2008-06-22 19:40:12 -0400 (Sun, 22 Jun 2008)
New Revision: 31806

Modified:
   grass/trunk/configure
   grass/trunk/configure.in
Log:
Fix display of --with-libs= setting


Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure	2008-06-22 19:23:46 UTC (rev 31805)
+++ grass/trunk/configure	2008-06-22 23:40:12 UTC (rev 31806)
@@ -3394,7 +3394,7 @@
 	{ echo "configure: error: *** You must supply a directory list to --with-libs." 1>&2; exit 1; }
 	;;
 esac
-echo "$ac_t""$LIBRARY_DIRS" 1>&6
+echo "$ac_t""$with_libs" 1>&6
 
 if test -n "$with_libs"; then
     for dir in $with_libs; do

Modified: grass/trunk/configure.in
===================================================================
--- grass/trunk/configure.in	2008-06-22 19:23:46 UTC (rev 31805)
+++ grass/trunk/configure.in	2008-06-22 23:40:12 UTC (rev 31806)
@@ -309,7 +309,7 @@
 	AC_MSG_ERROR([*** You must supply a directory list to --with-libs.])
 	;;
 esac
-AC_MSG_RESULT($LIBRARY_DIRS)
+AC_MSG_RESULT($with_libs)
 
 if test -n "$with_libs"; then
     for dir in $with_libs; do



More information about the grass-commit mailing list