X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=2a9b84a9a5e13ed4daa19cdcfef5c4484c1de1fe;hb=9c446022a632d5fbcf6a1089b05e2dda9419146b;hp=e9728d5882472e90f95730ec9965e77cc74136da;hpb=042c592bcddeea04cf81230ba9c97a09c5d3595c;p=collectd.git diff --git a/configure.ac b/configure.ac index e9728d58..2a9b84a9 100644 --- a/configure.ac +++ b/configure.ac @@ -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)"]) @@ -2069,12 +2065,6 @@ then AC_CHECK_LIB(gcrypt, gcry_md_hash_buffer, [with_libgcrypt="yes"], [with_libgcrypt="no (symbol gcry_md_hash_buffer not found)"]) - - if test "$with_libgcrypt" != "no"; then - m4_ifdef([AM_PATH_LIBGCRYPT],[AM_PATH_LIBGCRYPT(1:1.2.0,,with_libgcrypt="no (version 1.2.0+ required)")]) - GCRYPT_CPPFLAGS="$LIBGCRYPT_CPPFLAGS $LIBGCRYPT_CFLAGS" - GCRYPT_LIBS="$LIBGCRYPT_LIBS" - fi fi CPPFLAGS="$SAVE_CPPFLAGS" @@ -5718,6 +5708,7 @@ AC_PLUGIN([nfs], [$plugin_nfs], [NFS statistics]) AC_PLUGIN([nginx], [$with_libcurl], [nginx statistics]) AC_PLUGIN([notify_desktop], [$with_libnotify], [Desktop notifications]) AC_PLUGIN([notify_email], [$with_libesmtp], [Email notifier]) +AC_PLUGIN([notify_nagios], [yes], [Nagios notification plugin]) AC_PLUGIN([ntpd], [yes], [NTPd statistics]) AC_PLUGIN([numa], [$plugin_numa], [NUMA virtual memory statistics]) AC_PLUGIN([nut], [$with_libupsclient], [Network UPS tools statistics]) @@ -6117,6 +6108,7 @@ Configuration: nginx . . . . . . . . $enable_nginx notify_desktop . . . $enable_notify_desktop notify_email . . . . $enable_notify_email + notify_nagios . . . . $enable_notify_nagios ntpd . . . . . . . . $enable_ntpd numa . . . . . . . . $enable_numa nut . . . . . . . . . $enable_nut