Merge pull request #1379 from rubenk/ceph-close-fd-on-error
[collectd.git] / configure.ac
index e9728d5..6894347 100644 (file)
@@ -1,9 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT([collectd],
-       [m4_esyscmd(./version-gen.sh)],
-       [https://github.com/collectd/collectd/issues],
-       [collectd],
-       [https://collectd.org])
+AC_INIT([collectd],[m4_esyscmd(./version-gen.sh)])
 AC_CONFIG_SRCDIR(src/)
 AC_CONFIG_HEADERS(src/config.h)
 AC_CONFIG_AUX_DIR([libltdl/config])
@@ -74,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)"])