From: Sandro Santilli Date: Thu, 5 Jan 2012 08:15:51 +0000 (+0000) Subject: It takes GEOS-3.3.2 for a sane topology (noding fixes in there) X-Git-Tag: 2.0.0alpha1~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e02491c92dc9b3c808591dc77c4d86532e1604e;p=postgis It takes GEOS-3.3.2 for a sane topology (noding fixes in there) git-svn-id: http://svn.osgeo.org/postgis/trunk@8677 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index 78cc4df83..bdb5f4ff5 100644 --- a/configure.ac +++ b/configure.ac @@ -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