diff options
author | Edward Rudd | 2004-04-17 15:14:12 +0000 |
---|---|---|
committer | Edward Rudd | 2004-04-17 15:14:12 +0000 |
commit | 0eb391e9f9e44f15c03f1d8d5414c806413f50fb (patch) | |
tree | 256ecb77d74fa09b716f4497b6893a3f6f851284 /configure.ac | |
parent | 8ee3532f8b6c454f2600e6c3b47362d22b7cf536 (diff) |
beginnings of postgresql driver integrated into autoconf
removed log_error from apache20.h (aliased to ap_log_rerror)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c93d224..91f4b81 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -47,6 +47,12 @@ AC_CHECK_HEADERS(limits.h) | |||
47 | 47 | ||
48 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) | 48 | AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) |
49 | 49 | ||
50 | PGSQL_LIBS=-lpq | ||
51 | |||
52 | AC_SUBST(PGSQL_LIBS) | ||
53 | AC_SUBST(PGSQL_LDFLAGS) | ||
54 | AC_SUBST(PGSQL_CFLAGS) | ||
55 | |||
50 | dnl Write config.status and the Makefile | 56 | dnl Write config.status and the Makefile |
51 | 57 | ||
52 | AC_OUTPUT(Makefile | 58 | AC_OUTPUT(Makefile |