[postgis-tickets] r16764 - Change warning message

Paul Ramsey pramsey at cleverelephant.ca
Wed Sep 12 09:39:06 PDT 2018


Author: pramsey
Date: 2018-09-12 09:39:06 -0700 (Wed, 12 Sep 2018)
New Revision: 16764

Modified:
   tags/2.4.5/configure.ac
Log:
Change warning message


Modified: tags/2.4.5/configure.ac
===================================================================
--- tags/2.4.5/configure.ac	2018-09-12 16:34:56 UTC (rev 16763)
+++ tags/2.4.5/configure.ac	2018-09-12 16:39:06 UTC (rev 16764)
@@ -1545,7 +1545,7 @@
 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([  this PostGIS version requires GEOS 3.7.0 or higher which is not out yet.])
+AC_MSG_WARN([  this PostGIS version requires GEOS 3.7.0 or higher.])
 AC_MSG_WARN([  To take advantage of most of the features of this PostGIS])
 AC_MSG_WARN([  we recommend GEOS 3.6 or higher])
 AC_MSG_WARN([  You can download the latest versions from ])



More information about the postgis-tickets mailing list