diff options
author | Edward Rudd | 2004-01-04 03:23:22 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-04 03:23:22 +0000 |
commit | e2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (patch) | |
tree | e9576f43acacc69993ab369c0f608cefcedf8ae2 /configure.ac | |
parent | 5b0927ae5d90380ac043f66787e253b03d218319 (diff) |
update apache.m4 to use -with-apxs instead of --with-apache
got SSL support to compile.
added Documentation subdirectory.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 56f648c..84fbf96 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -17,10 +17,10 @@ CHECK_PATH_APACHE($APACHE_VERSION, | |||
17 | CHECK_PATH_MYSQL(:, | 17 | CHECK_PATH_MYSQL(:, |
18 | AC_MSG_ERROR([*** Mysql client libraries not found!]) | 18 | AC_MSG_ERROR([*** Mysql client libraries not found!]) |
19 | ) | 19 | ) |
20 | 20 | AC_CHECK_HEADERS(limits.h) | |
21 | 21 | ||
22 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) | 22 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) |
23 | 23 | ||
24 | dnl Write config.status and the Makefile | 24 | dnl Write config.status and the Makefile |
25 | 25 | ||
26 | AC_OUTPUT(Makefile) | 26 | AC_OUTPUT(Makefile Documentation/Makefile) |