diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-30 09:50:55 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-09-30 10:07:26 +0300 |
commit | 241463973891d01d33f292543985b9f71bb460e6 (patch) | |
tree | 3f2de3564b2ee0b1b69cb2bc36280a41dbd6060d /configure.in | |
parent | c5580874d15b9b70b2b1e3ab646d829fdf5825c1 (diff) |
Clarify help for the MacOSX version options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d71eb22669c6..b87f79c90caf 100644 --- a/configure.in +++ b/configure.in @@ -1428,7 +1428,7 @@ AC_ARG_WITH(macosx-sdk, AC_ARG_WITH(macosx-version-min-required, AS_HELP_STRING([--with-macosx-version-min-required], - [set the minimum version needed to run]) + [set the minimum OS version needed to run the built LibreOffice]) [ Usage: --with-macosx-version-min-required=<version> @@ -1439,7 +1439,7 @@ AC_ARG_WITH(macosx-version-min-required, AC_ARG_WITH(macosx-version-max-allowed, AS_HELP_STRING([--with-macosx-version-max-allowed], - [set the minimum version needed to run]) + [set the maximum allowed OS version the LibreOffice compilation can use APIs from]) [ Usage: --with-macosx-version-max-allowed=<version> |