You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ig...@apache.org on 2012/04/11 15:41:36 UTC

svn commit: r1324760 - /httpd/httpd/trunk/modules/session/config.m4

Author: igalic
Date: Wed Apr 11 13:41:36 2012
New Revision: 1324760

URL: http://svn.apache.org/viewvc?rev=1324760&view=rev
Log:
Your APR does not include SSL/EVP support. Yes, but how do I enable it? --with-crypto

Modified:
    httpd/httpd/trunk/modules/session/config.m4

Modified: httpd/httpd/trunk/modules/session/config.m4
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/session/config.m4?rev=1324760&r1=1324759&r2=1324760&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/session/config.m4 (original)
+++ httpd/httpd/trunk/modules/session/config.m4 Wed Apr 11 13:41:36 2012
@@ -47,7 +47,7 @@ if test "$session_mods_enable_crypto" !=
   ], [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