diff options
author | Luboš Luňák <l.lunak@suse.cz> | 2012-06-08 16:24:18 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-06-08 16:41:39 +0200 |
commit | 106d638e6cd4dceffc0aa98a7772d69488ae0a39 (patch) | |
tree | 4e4b58f0cc3a8a1127f5ab8bbbcca4338bf93f95 /configure.in | |
parent | 2f82bf1949299a3c27423db36f4a1c679e5492ce (diff) |
fix --help (--with-help is already the default)
Change-Id: I3b34b49ec72ebd20d55da38d25c6375e72503a13
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in index 4713dd34e7d6..fb4f3dfd8e4d 100644 --- a/configure.in +++ b/configure.in @@ -1582,10 +1582,8 @@ AC_ARG_WITH(gxx_include_path, ,) AC_ARG_WITH(help, - AS_HELP_STRING([--with-help], - [Enable the build of help. - - To build without help, use --without-help.])) + AS_HELP_STRING([--without-help], + [Disable the build of help.])) AC_ARG_WITH(java, AS_HELP_STRING([--with-java], |