X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=ec340744c2f6d6fcaa432fa4a9ef12aff8bd4a33;hb=84c3e994c70aebb5ed1882a1f9cb2bfa6f64d39d;hp=2dfa9d86e2253da056d594137f91c14b8db2b995;hpb=c06b91ff996f55eac5da78a6a6c9784b636c4b2f;p=collectd.git 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)"])