configure.ac |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit c75cf529f72f340ccccc2fc99dfc3c3e87cce84b
Author: Rene Engelhard <[email protected]>
Date:   Tue Nov 6 21:21:31 2012 +0100

    add AC_MSG_CHECKING/RESULT for ENABLE_SYSTRAY_GTK check
    
    Change-Id: Id82e2102f3742e16750440a0db77a81175fb647d

diff --git a/configure.ac b/configure.ac
index d5e784b..eb1f0a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9549,10 +9549,14 @@ if test  "$test_gtk" = "yes"; then
         PKG_CHECK_MODULES(GTHREAD, gthread-2.0,,AC_MSG_ERROR([requirements to 
build the gtk-plugin not met. Use --disable-gtk or install the missing 
packages]))
         BUILD_TYPE="$BUILD_TYPE GTK"
 
+       AC_MSG_CHECKING([whether to enable the systray quickstarter])
         if test "x$enable_systray" = "xyes"; then
+           AC_MSG_RESULT([yes])
             PKG_CHECK_MODULES( GTK210, gtk+-2.0 >= 2.10.0,
                             [ ENABLE_SYSTRAY_GTK="TRUE" ],
                             [ ENABLE_SYSTRAY_GTK="" ])
+        else
+           AC_MSG__RESULT([no])
         fi
 
         AC_MSG_CHECKING([whether to enable Gtk print dialog support])
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to