]> granicus.if.org Git - postgis/commitdiff
Change 'protobuf version' to protobuf-c to be more explicit
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 19 Aug 2019 16:14:47 +0000 (16:14 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 19 Aug 2019 16:14:47 +0000 (16:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17729 b70326c6-7e19-0410-871a-916f4a2858ee

configure.ac

index e5be89b438748ba6c08e2856aa72bc053d96d47b..6baa03b351f5af193da7cad70f5a9cf6ce8929f9 100644 (file)
@@ -1652,7 +1652,7 @@ AC_MSG_RESULT([  JSON-C support:       ${HAVE_JSON}])
 
 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}])