From 2b2a769a556c9ef1c79e05d6440a4ee76688e8d3 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 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)"]) -- 2.30.2