From 51bd0803b34565ee68d8be62e4076cb581785b06 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 30 Nov 2011 12:39:32 +0000 Subject: rename, and bundle the postgresql driver if it is enabled --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 4c11c9149a7a..cafaf1fc6c90 100644 --- a/configure.in +++ b/configure.in @@ -5396,6 +5396,8 @@ dnl Check for PostgreSQL stuff dnl =================================================================== if test "x$enable_ext_postgresql_sdbc" = "xyes"; then + SCPDEFS="$SCPDEFS -DWITH_EXTENSION_POSTGRESQL" + AC_MSG_CHECKING([for PostgreSQL prerequisites]) if test "$with_system_postgresql" = "yes"; then AC_MSG_RESULT([external PostgreSQL]) -- cgit