[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 11:05:56 PDT 2012


 configure.in |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 34abe04f1c7fde015b87c117a8b3c9ad076627e7
Author: Michael Stahl <mstahl at redhat.com>
Date:   Tue Sep 18 20:03:29 2012 +0200

    configure: dbus also missing comma: --disable-dbus turns it on
    
    Change-Id: I5b4da0a6b0f2e0587a48f14644bfa9d4442ab076

diff --git a/configure.in b/configure.in
index 20e887b..f6f5c24 100644
--- a/configure.in
+++ b/configure.in
@@ -860,13 +860,13 @@ AC_ARG_ENABLE(opengl,
 AC_ARG_ENABLE(dbus,
     AS_HELP_STRING([--disable-dbus],
         [Determines whether to enable features that depend on dbus.
-         e.g. Presentation mode screensaver control, bluetooth presentation control])
+         e.g. Presentation mode screensaver control, bluetooth presentation control]),
 ,enable_dbus=yes)
 
 AC_ARG_ENABLE(packagekit,
     AS_HELP_STRING([--enable-packagekit],
         [Determines whether to enable features using packagekit.
-         Right now that is auto font install])
+         Right now that is auto font install]),
 ,)
 
 AC_ARG_ENABLE(sdremote,
@@ -1214,7 +1214,7 @@ AC_ARG_WITH(agfa-monotype-fonts,
      AS_HELP_STRING([--with-agfa-monotype-fonts],
           [This switch should only be enabled for those who have the right
            to use or distribute the proprietary Agfa Monotype
-           fonts.])
+           fonts.]),
 ,)
 
 AC_ARG_WITH(epm,


More information about the Libreoffice-commits mailing list