Remove HAVE_SSL define from configure
This is no longer needed, we use the HAVE_LIBSSL from AC_CHECK_LIB now.
This commit is contained in:
24
configure
vendored
24
configure
vendored
@@ -10778,25 +10778,23 @@ _ACEOF
|
||||
|
||||
fi
|
||||
|
||||
fi
|
||||
if test x"$ac_cv_lib_ssl_SSL_accept" = x"yes"; then
|
||||
fi
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_SSL 1
|
||||
_ACEOF
|
||||
|
||||
else
|
||||
if test x"$with_ssl" = x"yes"; then
|
||||
{ { echo "$as_me:$LINENO: error: --with-ssl given, but could not find OpenSSL.
|
||||
if test x"$ac_cv_lib_ssl_SSL_accept" != x"yes"; then
|
||||
if test x"$with_ssl" = x"yes"; then
|
||||
{ { echo "$as_me:$LINENO: error: --with-ssl given, but could not find OpenSSL.
|
||||
See \`config.log' for more details." >&5
|
||||
echo "$as_me: error: --with-ssl given, but could not find OpenSSL.
|
||||
See \`config.log' for more details." >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
else
|
||||
{ echo "$as_me:$LINENO: WARNING: OpenSSL not found, will not have SSL support." >&5
|
||||
else
|
||||
{ echo "$as_me:$LINENO: WARNING: OpenSSL not found, will not have SSL support." >&5
|
||||
echo "$as_me: WARNING: OpenSSL not found, will not have SSL support." >&2;}
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
fi
|
||||
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Reference in New Issue
Block a user