http://trac.osgeo.org/proj/
-* GEOS (Required, Version 3.2.2 or higher):
+* GEOS (Required, Version 3.3.0 or higher):
The GEOS library provides support for exact topological tests such as
ST_Touches(), ST_Contains(), ST_Disjoint() and spatial operations such as
- ST_Intersection(), ST_Union() and ST_Buffer(). GEOS 3.3.2 or higher is
- recommended.
+ ST_Intersection(), ST_Union() and ST_Buffer(). GEOS 3.4+ is recommended.
http://trac.osgeo.org/geos/
POSTGIS_GEOS_VERSION="$GEOS_MAJOR_VERSION$GEOS_MINOR_VERSION"
GEOS_NUMERIC_VERSION="$GEOS_MAJOR_VERSION$GEOS_MINOR_VERSION$GEOS_PATCH_VERSION"
-dnl Ensure that we are using GEOS >= 3.1.0
+dnl Ensure that we are using GEOS >= 3.3.0
AC_MSG_RESULT([checking GEOS version... $GEOS_FULL_VERSION])
-if test ! "$GEOS_NUMERIC_VERSION" -ge 311; then
- AC_MSG_ERROR([PostGIS requires GEOS >= 3.1.1])
+if test ! "$GEOS_NUMERIC_VERSION" -ge 330; then
+ AC_MSG_ERROR([PostGIS requires GEOS >= 3.3.0])
fi
dnl Extract the linker and include flags