[postgis-tickets] r17729 - Change 'protobuf version' to protobuf-c to be more explicit

Paul Ramsey pramsey at cleverelephant.ca
Mon Aug 19 09:14:47 PDT 2019


Author: pramsey
Date: 2019-08-19 09:14:47 -0700 (Mon, 19 Aug 2019)
New Revision: 17729

Modified:
   trunk/configure.ac
Log:
Change 'protobuf version' to protobuf-c to be more explicit


Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac	2019-08-18 12:55:01 UTC (rev 17728)
+++ trunk/configure.ac	2019-08-19 16:14:47 UTC (rev 17729)
@@ -1652,7 +1652,7 @@
 
 AC_MSG_RESULT([  protobuf support:     ${HAVE_PROTOBUF}])
 if test "x$HAVE_PROTOBUF" = "xyes"; then
-  AC_MSG_RESULT([  protobuf version:     ${PROTOC_VERSION}])
+  AC_MSG_RESULT([  protobuf-c version:   ${PROTOC_VERSION}])
 fi
 
 AC_MSG_RESULT([  PCRE support:         ${HAVE_PCRE}])



More information about the postgis-tickets mailing list