[Libreoffice-commits] .: configure.in

Lubos Lunak llunak at kemper.freedesktop.org
Wed Mar 21 13:48:33 PDT 2012


 configure.in |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit d6e96d0a4e03bb722b9aa62ccd26b25c64c07a45
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Wed Mar 21 21:45:06 2012 +0100

    add missing AC_MSG_RESULT() else branch

diff --git a/configure.in b/configure.in
index 08cd362..c6df5f1 100644
--- a/configure.in
+++ b/configure.in
@@ -7686,6 +7686,8 @@ if test "$WANT_X11" = "yes" -a  "$test_xrender" = "yes"; then
     else
         AC_MSG_RESULT([internal])
     fi
+else
+    AC_MSG_RESULT([no])
 fi
 
 dnl ===================================================================


More information about the Libreoffice-commits mailing list