[Libreoffice-commits] .: configure.in

Lionel Elie Mamane lmamane at kemper.freedesktop.org
Thu Feb 2 06:52:49 PST 2012


 configure.in |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 41a3c8f14a4a8d3bbdc1fde31536e76f78003cd0
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date:   Thu Feb 2 15:52:39 2012 +0100

    configure.in: properly close case

diff --git a/configure.in b/configure.in
index 9335fdd..2fb8d28 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


More information about the Libreoffice-commits mailing list