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

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 23 02:38:30 EDT 2008


Author: neteler
Date: 2008-06-23 02:38:30 -0400 (Mon, 23 Jun 2008)
New Revision: 31808

Modified:
   grass/branches/develbranch_6/configure
   grass/branches/develbranch_6/configure.in
Log:
Fix display of --with-libs= setting (merge from trunk)

Modified: grass/branches/develbranch_6/configure
===================================================================
--- grass/branches/develbranch_6/configure	2008-06-22 23:40:37 UTC (rev 31807)
+++ grass/branches/develbranch_6/configure	2008-06-23 06:38:30 UTC (rev 31808)
@@ -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/branches/develbranch_6/configure.in
===================================================================
--- grass/branches/develbranch_6/configure.in	2008-06-22 23:40:37 UTC (rev 31807)
+++ grass/branches/develbranch_6/configure.in	2008-06-23 06:38:30 UTC (rev 31808)
@@ -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