From: Sandro Santilli Date: Fri, 10 Jun 2005 16:02:36 +0000 (+0000) Subject: Fixed handling of --with-geos X-Git-Tag: pgis_1_1_0~335 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e96bd7355899dff494c424a1fc1404dd8fd0a755;p=postgis Fixed handling of --with-geos git-svn-id: http://svn.osgeo.org/postgis/trunk@1757 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.in b/configure.in index f29f8e9d5..70ffeed8d 100644 --- a/configure.in +++ b/configure.in @@ -155,6 +155,7 @@ AC_ARG_WITH(geos, AC_MSG_ERROR([ARG of --with-geos is not an (executable) file]); else GEOSCONFIG="$with_geos" + USE_GEOS=1 fi fi fi