[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 2.4.9-8-gd399b9f

git at osgeo.org git at osgeo.org
Thu Jul 29 08:03:12 PDT 2021


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, stable-2.4 has been updated
       via  d399b9fffa38bcefd851b51c2e83876693f14d0e (commit)
      from  58b5c3b8c6641f45a408231a9e2aa946408cfe59 (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 d399b9fffa38bcefd851b51c2e83876693f14d0e
Author: Michael Banck <michael.banck at credativ.de>
Date:   Tue Jul 27 13:11:35 2021 +0200

    Fix protobuf (non-)detection in the --without-protobuf case. Closes #4955

diff --git a/configure.ac b/configure.ac
index af719be..a4db71e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -929,7 +929,7 @@ dnl Detect if protobuf-c installed
 dnl ===========================================================================
 
 CHECK_PROTOBUF=yes
-HAVE_PROTOBUF=yes
+HAVE_PROTOBUF=no
 HAVE_GEOBUF=no
 
 AC_ARG_WITH([protobuf],
@@ -939,6 +939,8 @@ AC_ARG_WITH([protobuf],
 dnl User didn't turn off protobuf support so...
 if test "$CHECK_PROTOBUF" != "no"; then
 
+	HAVE_PROTOBUF=yes
+
 	dnl Need to find libdir, incdir and protoc-c compiler
 
 	CPPFLAGS_SAVE="$CPPFLAGS"

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

Summary of changes:
 configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list