[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.3-32-g3580c25
git at osgeo.org
git at osgeo.org
Thu Jul 29 08:00:30 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-3.0 has been updated
via 3580c259a5816bdc3bedf80bf0bde7d00b143d54 (commit)
via 301f9fce8029702eee543a59d3b254837f99fbc7 (commit)
via b4a1a6d8e17ac0dbd0af150ac34a24c23219ee10 (commit)
from e367c53c6b08339474161bf03f45d9691f7cee14 (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 3580c259a5816bdc3bedf80bf0bde7d00b143d54
Merge: e367c53 301f9fc
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Jul 29 08:00:23 2021 -0700
Merge branch 'credativ-fix-protobuf-configure' into stable-3.0
commit 301f9fce8029702eee543a59d3b254837f99fbc7
Merge: e367c53 b4a1a6d
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Jul 29 08:00:11 2021 -0700
Merge branch 'fix-protobuf-configure' of https://github.com/credativ/postgis into credativ-fix-protobuf-configure
commit b4a1a6d8e17ac0dbd0af150ac34a24c23219ee10
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 89e0a07..7903c57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -992,7 +992,7 @@ dnl Detect if protobuf-c installed
dnl ===========================================================================
CHECK_PROTOBUF=yes
-HAVE_PROTOBUF=yes
+HAVE_PROTOBUF=no
HAVE_GEOBUF=no
AC_ARG_WITH([protobuf],
@@ -1002,6 +1002,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