From: Igor Galić Date: Wed, 11 Apr 2012 13:41:36 +0000 (+0000) Subject: Your APR does not include SSL/EVP support. Yes, but how do I enable it? --with-crypto X-Git-Tag: 2.5.0-alpha~7203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03c9315842301d394f1c2f3bbceb5994bb3ee993;p=apache Your APR does not include SSL/EVP support. Yes, but how do I enable it? --with-crypto git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1324760 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/session/config.m4 b/modules/session/config.m4 index 719fe9152c..7a38185d0f 100644 --- a/modules/session/config.m4 +++ b/modules/session/config.m4 @@ -47,7 +47,7 @@ if test "$session_mods_enable_crypto" != "no"; then ], [ap_HAVE_APR_CRYPTO="yes"], [ap_HAVE_APR_CRYPTO="no"]) CPPFLAGS="$saved_CPPFLAGS" if test $ap_HAVE_APR_CRYPTO = "no"; then - AC_MSG_WARN([Your APR does not include SSL/EVP support.]) + AC_MSG_WARN([Your APR does not include SSL/EVP support. To enable it: configure --with-crypto]) if test "$enable_session_crypto" != "" -a "$enable_session_crypto" != "no"; then AC_MSG_ERROR([mod_session_crypto cannot be enabled]) fi