summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-07-01 00:12:48 +0200
committerSimon Josefsson <simon@josefsson.org>2008-07-01 00:12:48 +0200
commit5a4390b8b11788e16f32095056bffeaddc4f7d3d (patch)
tree6592bfe0133e4fa68491d543e83fff6c85334131 /configure.in
parentf7349fafb74a0adc0c2c1bbd8d18025b60402178 (diff)
downloadgnutls-5a4390b8b11788e16f32095056bffeaddc4f7d3d.tar.gz
Drop gc.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index 70775ed606..8cf7611107 100644
--- a/configure.in
+++ b/configure.in
@@ -356,20 +356,11 @@ dnl Can't disable - gnutls depends on gcrypt
*** ftp://ftp.gnupg.org/gcrypt/libgcrypt/
***
]]))
-libgcrypt=yes
# If this ever changes to 0, the user disabled some officially enabled
# stuff so we will print a warning.
ac_full=1
-# Hard-wire the gl/m4/gc.m4 test.
-AC_ARG_WITH(builtin-crypto,
- AS_HELP_STRING([--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 enable Opaque PRF input support])
AC_ARG_ENABLE(opaque-prf-input,
AS_HELP_STRING([--enable-opaque-prf-input=DD],