[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Fri Aug 7 09:34:42 UTC 2020
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 12d24634dfbe6c191c810a0d2be53211cb86c75f
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Fri Aug 7 01:22:07 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Fri Aug 7 11:33:53 2020 +0200
Make help message match actual option name
Change-Id: Icd959b2e221402779ff998aa249ffa4da55cdfd4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100279
Tested-by: Tor Lillqvist <tml at collabora.com>
Reviewed-by: Tor Lillqvist <tml at collabora.com>
diff --git a/configure.ac b/configure.ac
index 59ec7ec58bf1..08b0d7f037fd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2439,7 +2439,7 @@ AC_ARG_WITH(macosx-version-min-required,
AS_HELP_STRING([--with-macosx-version-min-required=<version>],
[set the minimum OS version needed to run the built LibreOffice])
[
- e. g.: --with-macos-version-min-required=10.10
+ e. g.: --with-macosx-version-min-required=10.10
see --with-macosx-sdk for more info
],
,)
@@ -2448,7 +2448,7 @@ AC_ARG_WITH(macosx-version-max-allowed,
AS_HELP_STRING([--with-macosx-version-max-allowed=<version>],
[set the maximum allowed OS version the LibreOffice compilation can use APIs from])
[
- e. g.: --with-macos-version-max-allowed=10.10
+ e. g.: --with-macosx-version-max-allowed=10.10
see --with-macosx-sdk for more info
],
,)
More information about the Libreoffice-commits
mailing list