summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2004-01-06 00:32:46 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2004-01-06 00:32:46 (GMT)
commit60f9107f5a4e68f6a4f22721cc4f43fb8575807f (patch)
tree28b968c4d2c9587cf9d6d15768ad0f6f5fa0b767 /configure.ac
parente2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (diff)
update m4 files
release 1.92
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 10 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 84fbf96..ed8e25d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl Required initializer 1dnl Required initializer
2AC_INIT(mod_log_sql, 1.91) 2AC_INIT(mod_log_sql, 1.92)
3AC_PREREQ(2.53) 3AC_PREREQ(2.53)
4AC_CONFIG_HEADERS(config.h) 4AC_CONFIG_HEADERS(config.h)
5 5
@@ -17,6 +17,15 @@ 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
21CHECK_PATH_MOD_SSL(
22 AC_DEFINE(WANT_SSL_LOGGING,,[Define if we want to compile in SSL support.])
23 AC_MSG_WARN([*** Compilng with SSL support!]),
24 AC_MSG_WARN([*** Compiling without SSL support!])
25 AC_MSG_WARN([*** enable with --enable-ssl to enable])
26 AC_MSG_WARN([*** and --with-ssl-inc with the the directory for SSL headers])
27 )
28
20AC_CHECK_HEADERS(limits.h) 29AC_CHECK_HEADERS(limits.h)
21 30
22AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) 31AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h])