summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-06-16 14:10:04 +0000
committerSimon Josefsson <simon@josefsson.org>2006-06-16 14:10:04 +0000
commitcdd17c86a270c249dad9d9e26b04e7d904ed47fa (patch)
tree709181115c033c6683ad5167607eb259e94d05a2
parent914d85eda02eeb33c13ecfd8b8a21e48773101e9 (diff)
downloadgnutls-cdd17c86a270c249dad9d9e26b04e7d904ed47fa.tar.gz
Workaround hard-wiring of gcrypt test in gnulib.
-rw-r--r--configure.in1
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,