Explorar el Código

use GEOS C API (https://trac.osgeo.org/grass/ticket/3421). Credits to Bas Couwenberg

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71544 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz hace 7 años
padre
commit
a1f4006c2a
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      configure
  2. 1 1
      configure.in

+ 1 - 1
configure

@@ -6827,7 +6827,7 @@ fi
   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

+ 1 - 1
configure.in

@@ -1002,7 +1002,7 @@ else
   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