From 654f86859769da7f365c4e00808f3bace152bd16 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 11 Feb 2003 19:28:12 +0000 Subject: [PATCH] We need libgcrypt >1.1.13. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b120d23a..6cf8e766 100644 --- a/configure.ac +++ b/configure.ac @@ -211,7 +211,7 @@ AC_ARG_WITH(system-libgcrypt, AC_HELP_STRING([--without-system-libgcrypt], [don't use the system's libgcrypt])) if test "$with_system_libgcrypt" != "no" ; then - AM_PATH_LIBGCRYPT(1.1.11, [ + AM_PATH_LIBGCRYPT(1.1.13, [ LIBGCRYPT_BUILD_LIBS="$LIBGCRYPT_LIBS" LIBGCRYPT_BUILD_CFLAGS="$LIBGCRYPT_CFLAGS" with_system_libgcrypt=yes @@ -222,7 +222,7 @@ fi if test "$with_system_libgcrypt" = "no"; then AC_MSG_WARN([[ -The system's libgcrypt 1.1.11 or later not used. Using copy +The system's libgcrypt 1.1.13 or later not used. Using copy distributed with shishi instead. See . -- 2.11.4.GIT