diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4fa277a..56f648c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -1,5 +1,5 @@ | |||
1 | dnl Required initializer | 1 | dnl Required initializer |
2 | AC_INIT(mod_log_sql, 1.90) | 2 | AC_INIT(mod_log_sql, 1.91) |
3 | AC_PREREQ(2.53) | 3 | AC_PREREQ(2.53) |
4 | AC_CONFIG_HEADERS(config.h) | 4 | AC_CONFIG_HEADERS(config.h) |
5 | 5 | ||
@@ -14,6 +14,11 @@ CHECK_PATH_APACHE($APACHE_VERSION, | |||
14 | AC_MSG_ERROR([*** Apache version $APACHE_VERSION not found!]) | 14 | AC_MSG_ERROR([*** Apache version $APACHE_VERSION not found!]) |
15 | ) | 15 | ) |
16 | 16 | ||
17 | CHECK_PATH_MYSQL(:, | ||
18 | AC_MSG_ERROR([*** Mysql client libraries not found!]) | ||
19 | ) | ||
20 | |||
21 | |||
17 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) | 22 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) |
18 | 23 | ||
19 | dnl Write config.status and the Makefile | 24 | dnl Write config.status and the Makefile |