diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-22 18:11:19 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2002-12-22 18:11:19 +0000 |
commit | 7706befe2ea22191c4c63348567d670b5186be3c (patch) | |
tree | 5760372fbbc38d983affd918d44d11d1b2e0dd25 /configure.in | |
parent | b8e00cad6ac9a386b3a499ca774af158e5facd79 (diff) | |
download | gnutls-7706befe2ea22191c4c63348567d670b5186be3c.tar.gz |
depends on libgcrypt 1.1.11
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a16e5de184..b753e68328 100644 --- a/configure.in +++ b/configure.in @@ -219,7 +219,7 @@ AC_MSG_RESULT([*** *** Checking for external libraries... ]) -AM_PATH_LIBGCRYPT(1.1.8,, +AM_PATH_LIBGCRYPT(1.1.11,, AC_MSG_ERROR([[ *** *** libgcrypt was not found. You may want to get it from |