summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-03-02 23:14:52 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-03-02 23:14:52 +0100
commitba9dd2a39e5d4415e1d1c2acd75f14241fe9cfc4 (patch)
treea97d1cf1868f8052b882ada1ce5d03422d71fc87 /m4
parent2a814e5182a53b3c47c4c50115c3e2ab4555605c (diff)
downloadgnutls-ba9dd2a39e5d4415e1d1c2acd75f14241fe9cfc4.tar.gz
corrected configure option.
Diffstat (limited to 'm4')
-rw-r--r--m4/hooks.m418
1 files changed, 2 insertions, 16 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 3eb795f29b..301f256dbd 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -145,8 +145,8 @@ AC_MSG_ERROR([[
AM_CONDITIONAL(ENABLE_DTLS_SRTP, test "$ac_enable_srtp" != "no")
AC_MSG_CHECKING([whether to disable ALPN extension])
- AC_ARG_ENABLE(dtls-alpn-support,
- AS_HELP_STRING([--disable-dtls-alpn-support],
+ AC_ARG_ENABLE(alpn-support,
+ AS_HELP_STRING([--disable-alpn-support],
[disable support for the Application Layer Protocol Negotiation (ALPN) extension]),
ac_enable_alpn=$enableval,ac_enable_alpn=yes)
if test x$ac_enable_alpn != xno; then
@@ -245,20 +245,6 @@ AC_MSG_ERROR([[
fi
AM_CONDITIONAL(ENABLE_ECDHE, test "$ac_enable_ecdhe" != "no")
- AC_MSG_CHECKING([whether to disable RSA-EXPORT support])
- AC_ARG_ENABLE(rsa-export,
- AS_HELP_STRING([--disable-rsa-export],
- [disable the RSA-EXPORT support]),
- ac_enable_rsa_export=$enableval, ac_enable_rsa_export=yes)
- if test x$ac_enable_rsa_export != xno; then
- AC_MSG_RESULT(no)
- AC_DEFINE([ENABLE_RSA_EXPORT], 1, [enable RSA-EXPORT])
- else
- ac_full=0
- AC_MSG_RESULT(yes)
- fi
- AM_CONDITIONAL(ENABLE_RSA_EXPORT, test "$ac_enable_rsa_export" != "no")
-
ac_enable_openpgp=yes
AC_MSG_CHECKING([whether to disable OpenPGP Certificate authentication support])
AC_ARG_ENABLE(openpgp-authentication,