From: Ruben Kerkhof Date: Sat, 28 Nov 2015 13:54:54 +0000 (+0100) Subject: Fix build with older version of libprotobuf-c X-Git-Tag: collectd-5.5.1~40^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d4829955e302c8a9547a9019dda72ab59e0a64a9;p=collectd.git Fix build with older version of libprotobuf-c --- diff --git a/configure.ac b/configure.ac index 2dfa9d86..ec340744 100644 --- a/configure.ac +++ b/configure.ac @@ -70,7 +70,7 @@ then fi if test "x$have_protoc_c" = "xyes" then - AC_CHECK_LIB([protobuf-c], [protobuf_c_version], + AC_CHECK_LIB([protobuf-c], [protobuf_c_message_pack], [have_protoc_c="yes"], [have_protoc_c="no (libprotobuf-c not found)"])