diff options
| author | Arno Töll <arno@debian.org> | 2012-10-20 02:58:14 +0200 |
|---|---|---|
| committer | Arno Töll <arno@debian.org> | 2012-10-20 02:58:14 +0200 |
| commit | 5c4fba3ffbe778bdffe10a93d04821579601a020 (patch) | |
| tree | 91be9a7f99d3988ba48b0a619479aa46a3234191 /modules/session/config.m4 | |
| parent | 8f9c15530d0bc387af114619b3ff3f930eb23d3c (diff) | |
| download | apache2-upstream/2.4.3.tar.gz | |
Imported Upstream version 2.4.3upstream/2.4.3
Diffstat (limited to 'modules/session/config.m4')
| -rw-r--r-- | modules/session/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/session/config.m4 b/modules/session/config.m4 index 719fe915..7a38185d 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 |
