From d4829955e302c8a9547a9019dda72ab59e0a64a9 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 28 Nov 2015 14:54:54 +0100 Subject: [PATCH] Fix build with older version of libprotobuf-c --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"]) -- 2.11.0