diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-16 14:10:04 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-16 14:10:04 +0000 |
commit | cdd17c86a270c249dad9d9e26b04e7d904ed47fa (patch) | |
tree | 709181115c033c6683ad5167607eb259e94d05a2 | |
parent | 914d85eda02eeb33c13ecfd8b8a21e48773101e9 (diff) | |
download | gnutls-cdd17c86a270c249dad9d9e26b04e7d904ed47fa.tar.gz |
Workaround hard-wiring of gcrypt test in gnulib.
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 0a8f916c31..7b022593aa 100644 --- a/configure.in +++ b/configure.in @@ -255,6 +255,7 @@ AC_ARG_WITH(builtin-crypto, [use internal crypto instead of libgcrypt (EXPERIMENTAL)]), ac_cv_libgcrypt=no, ac_cv_libgcrypt=yes) +LTLIBGCRYPT=$LIBGCRYPT_LIBS AC_MSG_CHECKING([whether to disable SRP authentication support]) AC_ARG_ENABLE(srp-authentication, |