From 1824a494d1e5746ab93988c54e15756232cb0929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moise=CC=81s=20Guimara=CC=83es?= Date: Wed, 24 Feb 2016 16:45:07 -0300 Subject: [PATCH] adds missing ENABLED_OCSP test --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b598e4d90..2a36c3ab3 100644 --- a/configure.ac +++ b/configure.ac @@ -2509,7 +2509,8 @@ AS_IF([test "x$ENABLED_MAXSTRENGTH" = "xyes" && \ test "x$ENABLED_LEANPSK" = "xyes"], [AC_MSG_ERROR([Cannot use Max Strength and Lean PSK at the same time.])]) -AS_IF([test "x$ENABLED_ASN" = "xno"], +AS_IF([test "x$ENABLED_OCSP" = "xyes" && \ + test "x$ENABLED_ASN" = "xno"], [AC_MSG_ERROR([please enable asn if enabling ocsp.])]) ################################################################################