From 0eb391e9f9e44f15c03f1d8d5414c806413f50fb Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 17 Apr 2004 15:14:12 +0000 Subject: beginnings of postgresql driver integrated into autoconf removed log_error from apache20.h (aliased to ap_log_rerror) --- (limited to 'configure.ac') 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) AC_CONFIG_FILES([stamp-h], [echo timestamp > stamp-h]) +PGSQL_LIBS=-lpq + +AC_SUBST(PGSQL_LIBS) +AC_SUBST(PGSQL_LDFLAGS) +AC_SUBST(PGSQL_CFLAGS) + dnl Write config.status and the Makefile AC_OUTPUT(Makefile -- cgit v0.9.2