[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-155-ga55328f

git at osgeo.org git at osgeo.org
Fri Nov 6 17:00:21 PST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  a55328fe58bfec202f12cfa0e831dc3cf5b8e665 (commit)
      from  291cb5c3006c763699f99dcf7c3647bbfc14983f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a55328fe58bfec202f12cfa0e831dc3cf5b8e665
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Nov 6 19:59:59 2020 -0500

    Change to show warning disclaimer for GEOS < 3.9

diff --git a/configure.ac b/configure.ac
index e5c9271..1bc6cca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1689,7 +1689,7 @@ AC_MSG_RESULT([  convert:              ${IMAGEMAGICK}])
 AC_MSG_RESULT([  mathml2.dtd:          ${MATHML2_DTD}])
 AC_MSG_RESULT()
 
-if test "$GEOS_NUMERIC_VERSION" -lt 30800; then
+if test "$GEOS_NUMERIC_VERSION" -lt 30900; then
 AC_MSG_WARN([ --------- GEOS VERSION WARNING ------------ ])
 AC_MSG_WARN([  You are building against GEOS ${GEOS_FULL_VERSION}.])
 AC_MSG_WARN([])

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list