[Libreoffice-commits] core.git: configure.ac
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Sep 11 20:40:07 UTC 2018
configure.ac | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
New commits:
commit 40b5b00788aafd9e723061b419b366ea8b281b8b
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Sep 11 19:07:35 2018 +0200
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Sep 11 22:39:42 2018 +0200
Fix --with-macosx-version-min/max consistency check message
Change-Id: I1118576b823dd831cd874147e098cafbab87c22a
Reviewed-on: https://gerrit.libreoffice.org/60334
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/configure.ac b/configure.ac
index 5c0d8a420c23..87ee1fdbd756 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2841,9 +2841,7 @@ if test $_os = Darwin -o $_os = iOS; then
AC_MSG_CHECKING([that macosx-version-min-required is coherent with macosx-version-max-allowed])
if test $MAC_OS_X_VERSION_MIN_REQUIRED -gt $MAC_OS_X_VERSION_MAX_ALLOWED; then
- AC_MSG_RESULT([$MAC_OS_X_VERSION_MIN_REQUIRED])
- AC_MSG_RESULT([$MAC_OS_X_VERSION_MAX_REQUIRED])
- AC_MSG_ERROR([the version minimumn required must be inferior or equal to the version maximum allowed])
+ AC_MSG_ERROR([the version minimumn required, $MAC_OS_X_VERSION_MIN_REQUIRED, must be <= the version maximum allowed, $MAC_OS_X_VERSION_MAX_ALLOWED])
else
AC_MSG_RESULT([ok])
fi
More information about the Libreoffice-commits
mailing list