[GRASS-SVN] r71545 - grass/branches/releasebranch_7_2

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 8 13:34:01 PDT 2017


Author: mmetz
Date: 2017-10-08 13:34:01 -0700 (Sun, 08 Oct 2017)
New Revision: 71545

Modified:
   grass/branches/releasebranch_7_2/configure
   grass/branches/releasebranch_7_2/configure.in
Log:
use GEOS C API (#3421). Credits to Bas Couwenberg (backport trunk r71544)

Modified: grass/branches/releasebranch_7_2/configure
===================================================================
--- grass/branches/releasebranch_7_2/configure	2017-10-08 20:20:27 UTC (rev 71544)
+++ grass/branches/releasebranch_7_2/configure	2017-10-08 20:34:01 UTC (rev 71545)
@@ -6827,7 +6827,7 @@
   fi
   
   if test "$GEOS_CONFIG" != "" ; then
-    GEOS_LIBS=`"$GEOS_CONFIG" --libs`
+    GEOS_LIBS=`"$GEOS_CONFIG" --clibs`
     GEOS_CFLAGS=`"$GEOS_CONFIG" --cflags`
     USE_GEOS=1
   fi

Modified: grass/branches/releasebranch_7_2/configure.in
===================================================================
--- grass/branches/releasebranch_7_2/configure.in	2017-10-08 20:20:27 UTC (rev 71544)
+++ grass/branches/releasebranch_7_2/configure.in	2017-10-08 20:34:01 UTC (rev 71545)
@@ -1002,7 +1002,7 @@
   fi
   
   if test "$GEOS_CONFIG" != "" ; then
-    GEOS_LIBS=`"$GEOS_CONFIG" --libs`
+    GEOS_LIBS=`"$GEOS_CONFIG" --clibs`
     GEOS_CFLAGS=`"$GEOS_CONFIG" --cflags`
     USE_GEOS=1
   fi



More information about the grass-commit mailing list