Skip to content

Commit 4e6394a

Browse files
author
Stefan Fritsch
committed
We still have to pass the dependency check to APACHE_MODULE to ensure
that mod_session_crypto is disabled with --enable-mods-shared=reallyall git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199046 13f79535-47bb-0310-9956-ffa450edef68
1 parent 417e034 commit 4e6394a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

modules/session/config.m4

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ if test "$session_mods_enable_crypto" != "no"; then
5454
session_mods_enable_crypto="no"
5555
fi
5656
fi
57-
APACHE_MODULE(session_crypto, session crypto module, $session_crypto_objects, , $session_mods_enable_crypto)
57+
APACHE_MODULE(session_crypto, session crypto module, $session_crypto_objects, , $session_mods_enable_crypto, [
58+
if test "$session_mods_enable_crypto" = "no" ; then
59+
enable_session_crypto=no
60+
fi
61+
])
5862

5963
APACHE_MODULE(session_dbd, session dbd module, $session_dbd_objects, , $session_mods_enable)
6064

0 commit comments

Comments
 (0)