summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2011-11-30 12:39:32 +0000
committerMichael Meeks <michael.meeks@suse.com>2011-11-30 13:00:21 +0000
commit51bd0803b34565ee68d8be62e4076cb581785b06 (patch)
treef53d1ce14b1f9474d8cd33dc11323ecf4ee2b27b /configure.in
parent509590426a08fd9cdc30d895d5adfd07efea0ebf (diff)
rename, and bundle the postgresql driver if it is enabled
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
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])