aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-19 22:03:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-19 22:03:10 +0000
commit21337f4776d9944f774cef075d90d7d739ed608b (patch)
tree4d00ea97f79814584ae9878d91f4c914a1cad24c /configure.ac
parent53a8e5655b02585e3528c4c619315c80adccd4c0 (diff)
remove the warning for a lacking crypto lib since it migth just be a gnutls
build...
Diffstat (limited to 'configure.ac')
-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