[GRASS-SVN] r71544 - grass/trunk
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Oct 8 13:20:27 PDT 2017
Author: mmetz
Date: 2017-10-08 13:20:27 -0700 (Sun, 08 Oct 2017)
New Revision: 71544
Modified:
grass/trunk/configure
grass/trunk/configure.in
Log:
use GEOS C API (#3421). Credits to Bas Couwenberg
Modified: grass/trunk/configure
===================================================================
--- grass/trunk/configure 2017-10-08 20:04:49 UTC (rev 71543)
+++ grass/trunk/configure 2017-10-08 20:20:27 UTC (rev 71544)
@@ -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/trunk/configure.in
===================================================================
--- grass/trunk/configure.in 2017-10-08 20:04:49 UTC (rev 71543)
+++ grass/trunk/configure.in 2017-10-08 20:20:27 UTC (rev 71544)
@@ -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