diff options
author | Edward Rudd | 2004-02-05 21:59:47 +0000 |
---|---|---|
committer | Edward Rudd | 2004-02-05 21:59:47 +0000 |
commit | 45220bcc856d6fa4b86e3f36eeaebd63d994f03f (patch) | |
tree | 3d7dde7606dd11a25335163284e3814b35bc7e01 /m4 | |
parent | 437e3890c6565b7d13c5e39ef8aa12858bfa9e4e (diff) |
synchronized extract_* functions with latest apache 1.3 and 2.0.
Added some more recent extract_* functions.. still need to assign format letters
cleanup/audit of extract_* functions
release 1.95
Diffstat (limited to 'm4')
-rw-r--r-- | m4/mod_ssl.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/mod_ssl.m4 b/m4/mod_ssl.m4 index a8c6103..c431bce 100644 --- a/m4/mod_ssl.m4 +++ b/m4/mod_ssl.m4 | |||
@@ -18,6 +18,7 @@ AC_ARG_WITH( | |||
18 | db-inc, | 18 | db-inc, |
19 | [AC_HELP_STRING([--with-db-inc=DIR],[Location of DB header files])], | 19 | [AC_HELP_STRING([--with-db-inc=DIR],[Location of DB header files])], |
20 | db_incdir="$withval", | 20 | db_incdir="$withval", |
21 | db_incdir="/usr/include/db1" | ||
21 | ) | 22 | ) |
22 | 23 | ||
23 | if test "x$ssl_val" = "xyes"; then | 24 | if test "x$ssl_val" = "xyes"; then |