[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.5-11-gf793a88
git at osgeo.org
git at osgeo.org
Thu Jul 29 08:02:16 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.5 has been updated
via f793a885dce838862ce0e6ef00ff1b7faba8efda (commit)
from cfae0f165d39f204bbfd412c83c5017f15541887 (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 f793a885dce838862ce0e6ef00ff1b7faba8efda
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 915030a..3b6df80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -956,7 +956,7 @@ dnl Detect if protobuf-c installed
dnl ===========================================================================
CHECK_PROTOBUF=yes
-HAVE_PROTOBUF=yes
+HAVE_PROTOBUF=no
HAVE_GEOBUF=no
AC_ARG_WITH([protobuf],
@@ -966,6 +966,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