]> granicus.if.org Git - postgis/commitdiff
It takes GEOS-3.3.2 for a sane topology (noding fixes in there)
authorSandro Santilli <strk@keybit.net>
Thu, 5 Jan 2012 08:15:51 +0000 (08:15 +0000)
committerSandro Santilli <strk@keybit.net>
Thu, 5 Jan 2012 08:15:51 +0000 (08:15 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8677 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index 78cc4df83668af9e9661ed85453354bdff743f9c..bdb5f4ff5c7d3061a2f58f40b081d105b9554aea 100644 (file)
@@ -772,8 +772,8 @@ AC_ARG_WITH([topology],
 
 if test "x$TOPOLOGY" = "xtopology"; then
     AC_MSG_RESULT([TOPOLOGY: Topology support requested])
-       if test $POSTGIS_GEOS_VERSION -lt 33; then
-               AC_MSG_ERROR([Topology requires GEOS version >= 3.3])
+       if test $GEOS_NUMERIC_VERSION -lt 332; then
+               AC_MSG_ERROR([Topology requires GEOS version >= 3.3.2])
        fi
 fi