[Libreoffice-commits] .: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Jan 23 07:12:32 PST 2013


 configure.ac |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

New commits:
commit 7a4275a142dcce310f63d50a0baa9fc067539580
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Jan 23 16:11:02 2013 +0100

    Adapt configure --help output
    
    ...to 75e32e150133511d8f098a253a56426ed0302cec "default to --without-help and
    --without-myspell-dicts."
    
    Change-Id: I018b8033f3a9d485b5cf5a9392719748426de53b

diff --git a/configure.ac b/configure.ac
index 7001d12..d2810fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1286,10 +1286,8 @@ AC_ARG_WITH(system-nss,
     [with_system_nss="$with_system_libs"])
 
 AC_ARG_WITH(myspell-dicts,
-    AS_HELP_STRING([--without-myspell-dicts],
-        [Removes myspell dictionaries from LibreOffice installation set, for
-         people building for specific distributions where the myspell dictionaries
-         are installed from other sources.]),
+    AS_HELP_STRING([--with-myspell-dicts],
+        [Adds myspell dictionaries to the LibreOffice installation set]),
 ,)
 
 AC_ARG_WITH(system-dicts,
@@ -1711,8 +1709,8 @@ AC_ARG_WITH(jdk-home,
 ,)
 
 AC_ARG_WITH(help,
-    AS_HELP_STRING([--without-help],
-        [Disable the build of help.]))
+    AS_HELP_STRING([--with-help],
+        [Enable the build of help.]))
 
 AC_ARG_WITH(java,
     AS_HELP_STRING([--with-java],


More information about the Libreoffice-commits mailing list