[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 4 00:51:42 PDT 2012


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

New commits:
commit c79b998a59d84198e02c8f2496740643689c2c4b
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Tue Sep 4 08:51:20 2012 +0100

    --enable-dbus activates auto-font install now as well
    
    Change-Id: I9b31801d7ae7572dc4437ed7c18f888eb8bed53a

diff --git a/configure.in b/configure.in
index 6eb3b85..7780ab5 100644
--- a/configure.in
+++ b/configure.in
@@ -844,8 +844,8 @@ AC_ARG_ENABLE(opengl,
 
 AC_ARG_ENABLE(dbus,
     AS_HELP_STRING([--enable-dbus],
-        [Determines whether to enable presentation mode screensaver control
-         under GNOME via DBUS.]),
+        [Determines whether to enable features that depend on dbus.
+         e.g. Presentation mode screensaver control and auto font install under GNOME via DBUS.]),
 ,enable_dbus=no)
 
 AC_ARG_ENABLE(gconf,


More information about the Libreoffice-commits mailing list