From: Ruben Kerkhof Date: Tue, 2 Aug 2016 11:43:31 +0000 (+0200) Subject: Fix result if no protoc 3 found X-Git-Tag: collectd-5.6.0~130 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b1c51501ceb6fdcafa9cdaa3dc35df6a74ecfa61;p=collectd.git Fix result if no protoc 3 found --- diff --git a/configure.ac b/configure.ac index 8b6a98d8..15b42d59 100644 --- a/configure.ac +++ b/configure.ac @@ -6505,7 +6505,7 @@ AC_MSG_RESULT([ libxmms . . . . . . . $with_libxmms]) AC_MSG_RESULT([ libyajl . . . . . . . $with_libyajl]) AC_MSG_RESULT([ oracle . . . . . . . $with_oracle]) AC_MSG_RESULT([ protobuf-c . . . . . $have_protoc_c]) -AC_MSG_RESULT([ protoc 3 . . . . . . $protoc3]) +AC_MSG_RESULT([ protoc 3 . . . . . . $have_protoc3]) AC_MSG_RESULT([ python . . . . . . . $with_python]) AC_MSG_RESULT() AC_MSG_RESULT([ Features:])