From 60f9107f5a4e68f6a4f22721cc4f43fb8575807f Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Tue, 06 Jan 2004 00:32:46 +0000 Subject: update m4 files release 1.92 --- (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 84fbf96..ed8e25d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Required initializer -AC_INIT(mod_log_sql, 1.91) +AC_INIT(mod_log_sql, 1.92) AC_PREREQ(2.53) AC_CONFIG_HEADERS(config.h) @@ -17,6 +17,15 @@ CHECK_PATH_APACHE($APACHE_VERSION, CHECK_PATH_MYSQL(:, AC_MSG_ERROR([*** Mysql client libraries not found!]) ) + +CHECK_PATH_MOD_SSL( + AC_DEFINE(WANT_SSL_LOGGING,,[Define if we want to compile in SSL support.]) + AC_MSG_WARN([*** Compilng with SSL support!]), + AC_MSG_WARN([*** Compiling without SSL support!]) + AC_MSG_WARN([*** enable with --enable-ssl to enable]) + AC_MSG_WARN([*** and --with-ssl-inc with the the directory for SSL headers]) + ) + AC_CHECK_HEADERS(limits.h) AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) -- cgit v0.9.2