summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-10-31 10:08:00 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-09 23:03:14 +0100
commit0964ed7b45ef593f1e118abb0e742e093a5f7987 (patch)
tree7f8837ec382882d0dac49d6d39ba87a24257c1fa /configure.ac
parente821e1908686657a45c1b735f6d077b7a8493e2b (diff)
downloadgnutls-0964ed7b45ef593f1e118abb0e742e093a5f7987.tar.gz
Added check with the invalid crq sent by Sean Burford
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 49b6b5e6c0..21202b685a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -343,6 +343,7 @@ AC_ARG_ENABLE(non-suiteb-curves,
if [ test "$enable_non_suiteb" = "yes" ];then
AC_DEFINE([ENABLE_NON_SUITEB_CURVES], 1, [Enable all curves])
fi
+AM_CONDITIONAL(ENABLE_NON_SUITEB_CURVES, test "$enable_non_suiteb" = "yes")
AM_CONDITIONAL(ENABLE_SELF_CHECKS, test "$enable_self_checks" = "yes")
if [ test "$enable_self_checks" = "yes" ];then