From 1e02491c92dc9b3c808591dc77c4d86532e1604e Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Thu, 5 Jan 2012 08:15:51 +0000 Subject: [PATCH] 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 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.50.1