summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-01-04 03:23:22 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-01-04 03:23:22 (GMT)
commite2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (patch)
treee9576f43acacc69993ab369c0f608cefcedf8ae2 /configure.ac
parent5b0927ae5d90380ac043f66787e253b03d218319 (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.ac4
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,
17CHECK_PATH_MYSQL(:, 17CHECK_PATH_MYSQL(:,
18 AC_MSG_ERROR([*** Mysql client libraries not found!]) 18 AC_MSG_ERROR([*** Mysql client libraries not found!])
19 ) 19 )
20 20AC_CHECK_HEADERS(limits.h)
21 21
22AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) 22AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])
23 23
24dnl Write config.status and the Makefile 24dnl Write config.status and the Makefile
25 25
26AC_OUTPUT(Makefile) 26AC_OUTPUT(Makefile Documentation/Makefile)