configure.ac |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

New commits:
commit 40b5b00788aafd9e723061b419b366ea8b281b8b
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Tue Sep 11 19:07:35 2018 +0200
Commit:     Stephan Bergmann <[email protected]>
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 <[email protected]>

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
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to