summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c06b91f)
raw | patch | inline | side by side (parent: c06b91f)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sat, 28 Nov 2015 13:54:54 +0000 (14:54 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Mon, 30 Nov 2015 21:54:27 +0000 (22:54 +0100) |
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 2dfa9d86e2253da056d594137f91c14b8db2b995..ec340744c2f6d6fcaa432fa4a9ef12aff8bd4a33 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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)"])