From 9aa22137e2427e1f44c7fca2f30005ba8b22195d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 25 Aug 2010 19:10:18 +0000 Subject: postgres hackery --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d7912fcc7..9817a4f34 100644 --- a/configure.ac +++ b/configure.ac @@ -330,8 +330,8 @@ AC_ARG_WITH(postgres, CPPFLAGS="-I$with_postgres/include $CPPFLAGS" AC_CHECK_HEADERS(postgresql/libpq-fe.h, EXT_LIB_PATH="-L$with_postgres/lib $EXT_LIB_PATH" - SQLITE_LDFLAGS="-L$with_postgres/lib" - SQLITE_CPPFLAGS="-I$with_postgres/include" + POSTGRES_LDFLAGS="-L$with_postgres/lib" + POSTGRES_CPPFLAGS="-I$with_postgres/include" postgres=true) LDFLAGS=$SAVE_LDFLAGS CPPFLAGS=$SAVE_CPPFLAGS -- cgit v1.2.3