projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c06b91f
)
Fix build with older version of libprotobuf-c
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
2dfa9d8
..
ec34074
100644
(file)
--- 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)"])