summaryrefslogtreecommitdiffstatsabout
path: root/configure.ac
diff options
context:
space:
mode:
authorEdward Rudd <urkle@outoforder.cc>2003-12-22 04:45:38 (GMT)
committer Edward Rudd <urkle@outoforder.cc>2003-12-22 04:45:38 (GMT)
commitf89b2cced3608b248cb02b2e48907dcae07e8bbe (patch)
treeb4243eb8cfe14a192a6e700096a8687a55b80452 /configure.ac
parent8911dea4ef2dee576d220b4bb1ef29615214220e (diff)
compiles and loads under apache2.0
consolidated configuration functions uses APR_OFFSETOF.. delayed inserts are configurable
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2011793..4fa277a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
1dnl Required initializer 1dnl Required initializer
2AC_INIT(mod_log_sql, 1.99) 2AC_INIT(mod_log_sql, 1.90)
3AC_PREREQ(2.53) 3AC_PREREQ(2.53)
4AC_CONFIG_HEADERS(config.h) 4AC_CONFIG_HEADERS(config.h)
5 5