summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-30 09:50:55 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-30 10:07:26 +0300
commit241463973891d01d33f292543985b9f71bb460e6 (patch)
tree3f2de3564b2ee0b1b69cb2bc36280a41dbd6060d /configure.in
parentremoved unused macro (diff)
downloadcore-241463973891d01d33f292543985b9f71bb460e6.tar.gz
core-241463973891d01d33f292543985b9f71bb460e6.zip
Clarify help for the MacOSX version options
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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>