]> granicus.if.org Git - postgis/commitdiff
Fixed handling of --with-geos
authorSandro Santilli <strk@keybit.net>
Fri, 10 Jun 2005 16:02:36 +0000 (16:02 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 10 Jun 2005 16:02:36 +0000 (16:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1757 b70326c6-7e19-0410-871a-916f4a2858ee

configure.in

index f29f8e9d5cfd4e5dbf1b22501c9f5d11f19388e2..70ffeed8db3ebe90c9661c852a2e4d9f2818a7d7 100644 (file)
@@ -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