]> granicus.if.org Git - apache/commitdiff
Your APR does not include SSL/EVP support. Yes, but how do I enable it? --with-crypto
authorIgor Galić <igalic@apache.org>
Wed, 11 Apr 2012 13:41:36 +0000 (13:41 +0000)
committerIgor Galić <igalic@apache.org>
Wed, 11 Apr 2012 13:41:36 +0000 (13:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1324760 13f79535-47bb-0310-9956-ffa450edef68

modules/session/config.m4

index 719fe9152ce83dfcbb90bf4aaf5ae0c39e015574..7a38185d0f5237392dfca97a56630215e6c31f6d 100644 (file)
@@ -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