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.6.0~567 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=2b2a769a556c9ef1c79e05d6440a4ee76688e8d3;hp=-c;p=collectd.git Fix build with older version of libprotobuf-c --- 2b2a769a556c9ef1c79e05d6440a4ee76688e8d3 diff --git a/configure.ac b/configure.ac index 99afe43c..68943472 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)"])