summaryrefslogtreecommitdiffstatsabout
path: root/m4/mod_ssl.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mod_ssl.m4')
-rw-r--r--m4/mod_ssl.m41
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