From: Paul Ramsey Date: Mon, 19 Aug 2019 16:14:47 +0000 (+0000) Subject: Change 'protobuf version' to protobuf-c to be more explicit X-Git-Tag: 3.0.0beta1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24b2889d49bba0fef6624de304064e2b637b561f;p=postgis Change 'protobuf version' to protobuf-c to be more explicit git-svn-id: http://svn.osgeo.org/postgis/trunk@17729 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/configure.ac b/configure.ac index e5be89b43..6baa03b35 100644 --- a/configure.ac +++ b/configure.ac @@ -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}])