summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
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)