X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=de4d87be3b94d46724a705ec743f536fe7e16631;hb=4b8c1289003f0d60728f06a43bfcc9bc3de7004c;hp=68943472889752f42c6ca9837d95c1586151815a;hpb=01678f5fa00fb157cca356a3982cc9b466176fab;p=collectd.git diff --git a/configure.ac b/configure.ac index 68943472..de4d87be 100644 --- a/configure.ac +++ b/configure.ac @@ -2065,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"