diff options
author | Edward Rudd | 2004-01-20 16:27:35 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-20 16:27:35 +0000 |
commit | 40f0c8fe04858acd724d6221dbf8a357259e5d6b (patch) | |
tree | c3effb1a7fa38e47152417830ab1c7480bddf703 /m4/mod_ssl.m4 | |
parent | 417afc1671669fc9ba79410546c6ddfe242f2f4a (diff) |
split out version specific code
code compiles under apache 1.3 and 2.0
updated apache m4 script to detect both verions (two minumums)
defaulted install to not activate module in configuration file (use make activate)
Diffstat (limited to 'm4/mod_ssl.m4')
-rw-r--r-- | m4/mod_ssl.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mod_ssl.m4 b/m4/mod_ssl.m4 index 457548e..6a852b9 100644 --- a/m4/mod_ssl.m4 +++ b/m4/mod_ssl.m4 | |||
@@ -15,7 +15,7 @@ AC_ARG_WITH( | |||
15 | ssl_incdir="$withval", | 15 | ssl_incdir="$withval", |
16 | ) | 16 | ) |
17 | 17 | ||
18 | if test "$ssl_val" = "yes"; then | 18 | if test "x$ssl_val" = "xyes"; then |
19 | ac_save_CFLAGS=$CFLAGS | 19 | ac_save_CFLAGS=$CFLAGS |
20 | ac_save_CPPFLAGS=$CPPFLAGS | 20 | ac_save_CPPFLAGS=$CPPFLAGS |
21 | MOD_SSL_CFLAGS="-I/usr/include/openssl" | 21 | MOD_SSL_CFLAGS="-I/usr/include/openssl" |