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:02:47 +0100
commit77f6de42a5beeec09599dfa5f9e5574725bd8cbf (patch)
treed342b75d90ff7281fda93e84069b37ff989c31fd /configure.ac
parent470ade2a99ec5bcfb1b191b175bc1943aa50f359 (diff)
downloadgnutls-77f6de42a5beeec09599dfa5f9e5574725bd8cbf.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 badd4d02db..a591e98876 100644
--- a/configure.ac
+++ b/configure.ac
@@ -376,6 +376,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