From 3acf4aaf170b6d9be4a4a6a1ba0719c3f9df4c68 Mon Sep 17 00:00:00 2001 From: Yoga Ramalingam Date: Mon, 8 Dec 2014 13:09:47 -0500 Subject: [PATCH] configure: Fixed check for AM_PATH_LIBCCRYPT --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index b00df81a..f6203d98 100644 --- a/configure.in +++ b/configure.in @@ -1861,7 +1861,7 @@ then [with_libgcrypt="no (symbol gcry_md_hash_buffer not found)"]) if test "$with_libgcrypt" != "no"; then - AM_PATH_LIBGCRYPT(1:1.2.0,,with_libgcrypt="no (version 1.2.0+ required)") + 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 -- 2.11.0