summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-01-23 16:11:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-01-23 16:11:02 +0100
commit7a4275a142dcce310f63d50a0baa9fc067539580 (patch)
tree6a772e92b78071151631039c4fc9721c87c1a28a /configure.ac
parenta5794f08635ef5f526e25c45542c9ac009a07757 (diff)
Adapt configure --help output
...to 75e32e150133511d8f098a253a56426ed0302cec "default to --without-help and --without-myspell-dicts." Change-Id: I018b8033f3a9d485b5cf5a9392719748426de53b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 4 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 7001d12bd1f5..d2810fd00f71 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],