From 4d47f4c7ecee4e69f6843cf64337671ea48ad6e8 Mon Sep 17 00:00:00 2001 From: Ben Kibbey Date: Sun, 5 Jul 2009 20:32:07 -0400 Subject: [PATCH] Require libgcrypt 1.3.1 since this version adds support for the CAMELLIA ciphers. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6adb6f66..9b608974 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ AC_PROG_MKDIR_P dnl Checks for library functions. AM_PATH_GLIB_2_0(,, AC_MSG_ERROR([glib2 not found])) -AM_PATH_LIBGCRYPT(,, AC_MSG_ERROR([libgcrypt not found])) +AM_PATH_LIBGCRYPT([1.3.1],, AC_MSG_ERROR([libgcrypt not found])) AM_PATH_XML2(,, AC_MSG_ERROR([libxml2 not found])) AM_PATH_GPG_ERROR(,, AC_MSG_ERROR([libgpg-error not found])) AC_CHECK_LIB(z, deflate,, -- 2.11.4.GIT