summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2012-02-02 15:52:39 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2012-02-02 15:52:39 +0100
commit41a3c8f14a4a8d3bbdc1fde31536e76f78003cd0 (patch)
tree12b8ef2156a46ef905518bde04fc8625f42b5907 /configure.in
parent0c064e0303ed5e28888f4961cc590f62bcb2151b (diff)
configure.in: properly close case
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9335fddcf0a1..2fb8d281a082 100644
--- a/configure.in
+++ b/configure.in
@@ -6162,6 +6162,7 @@ if test "x$enable_postgresql_sdbc" != "xno"; then
AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [],
[AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
fi
+ ;;
*)
if test "$with_krb5" = "yes"; then
WITH_KRB5=YES