for the OpenSSL version check, rather than OK/FAILED.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1885269 13f79535-47bb-0310-9956-
ffa450edef68
#if OPENSSL_VERSION_NUMBER < 0x0090801f
#error "Unsupported OpenSSL version " OPENSSL_VERSION_TEXT
#endif],
- [AC_MSG_RESULT(OK)
+ [AC_MSG_RESULT(yes)
ac_cv_openssl=yes],
- [AC_MSG_RESULT(FAILED)])
+ [AC_MSG_RESULT(no)])
if test "x$ac_cv_openssl" = "xyes"; then
ap_openssl_libs="${ap_openssl_libs:--lssl -lcrypto} `$apr_config --libs`"