From: Sandro Santilli Date: Wed, 3 Jun 2015 08:07:39 +0000 (+0000) Subject: Update the GEOS version warning to recommend 3.4.2 X-Git-Tag: 2.2.0rc1~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9493cf354f2fdbb2fef916a32ed745d7995baa3;p=postgis Update the GEOS version warning to recommend 3.4.2 git-svn-id: http://svn.osgeo.org/postgis/trunk@13602 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index e3e7c3766..f5ea3d34d 100644 --- a/configure.ac +++ b/configure.ac @@ -1355,14 +1355,14 @@ AC_MSG_RESULT([ convert: ${IMAGEMAGICK}]) AC_MSG_RESULT([ mathml2.dtd: ${MATHML2_DTD}]) AC_MSG_RESULT() -if test "$GEOS_NUMERIC_VERSION" -lt 30302; then -AC_MSG_RESULT([ --------- GEOS VERSION NOTICE ------------ ]) -AC_MSG_RESULT([ You are building against GEOS ${GEOS_FULL_VERSION} ]) -AC_MSG_RESULT([ To take advantage of all the features of ]) -AC_MSG_RESULT([ PostGIS we recommend you build using ]) -AC_MSG_RESULT([ GEOS 3.3.2 or higher. You can download ]) -AC_MSG_RESULT([ the latest versions from ]) -AC_MSG_RESULT([ http://trac.osgeo.org/geos ]) -AC_MSG_RESULT() +if test "$GEOS_NUMERIC_VERSION" -lt 30402; then +AC_MSG_WARN([ --------- GEOS VERSION WARNING ------------ ]) +AC_MSG_WARN([ You are building against GEOS ${GEOS_FULL_VERSION} ]) +AC_MSG_WARN([ To take advantage of all the features of ]) +AC_MSG_WARN([ PostGIS we recommend you build using ]) +AC_MSG_WARN([ GEOS 3.4.2 or higher. You can download ]) +AC_MSG_WARN([ the latest versions from ]) +AC_MSG_WARN([ http://trac.osgeo.org/geos ]) +AC_MSG_WARN() fi