summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2014-03-10 22:41:42 +0100
committerMichael Stahl <mstahl@redhat.com>2014-03-11 11:57:16 +0100
commitd744bcae5da339a1d365e37a4223212ae3560f7e (patch)
tree626bbef4c973964cf24d686c8f5d497d435683c8 /configure.ac
parenta96ac994f0fc4fc52dab7a496a8485d3eba10913 (diff)
normalize values of BUILD_POSTGRESQL_SDBC
Change-Id: Iab7ef9ef27ea970aded726a8c8d2c46267454a64
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cdae8b5cb983..b8a1b8f984f5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8381,7 +8381,7 @@ if test "x$enable_postgresql_sdbc" != "xno"; then
CPPFLAGS=$save_CPPFLAGS
LIBS=$save_LIBS
fi
- BUILD_POSTGRESQL_SDBC=YES
+ BUILD_POSTGRESQL_SDBC=TRUE
fi
AC_SUBST(WITH_KRB5)
AC_SUBST(WITH_GSSAPI)