aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index cf6738b4c..81f06059c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -836,10 +836,7 @@ if test X"$OPT_SSL" != Xno; then
])
- if test X"$HAVECRYPTO" != X"yes"; then
- AC_MSG_WARN([crypto lib was not found; SSL will be disabled])
-
- else
+ if test X"$HAVECRYPTO" = X"yes"; then
dnl This is only reasonable to do if crypto actually is there: check for
dnl SSL libs NOTE: it is important to do this AFTER the crypto lib