From 4c2f82042e552df38e60154b9efe30368bb753c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Igor=20Gali=C4=87?= Date: Wed, 11 Apr 2012 13:41:36 +0000 Subject: [PATCH] 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 --- modules/session/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/session/config.m4 b/modules/session/config.m4 index 719fe9152ce..7a38185d0f5 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 -- 2.47.3