[Libreoffice-commits] core.git: configure.ac

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Sep 18 10:00:28 UTC 2018


 configure.ac |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit c9afea8dad1cc5cfad3837a0a747a62496919af1
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 18 12:55:43 2018 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Sep 18 12:55:43 2018 +0300

    Mention macOS SDK 10.14 also in the error messages
    
    Change-Id: I9f1a0f8456f5d2c0eee1c00c24843cbcdc7e3906

diff --git a/configure.ac b/configure.ac
index 2d41daddc75e..45773e34e15e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2752,7 +2752,7 @@ if test $_os = Darwin -o $_os = iOS; then
         MACOSX_SDK_VERSION=101400
         ;;
     *)
-        AC_MSG_ERROR([with-macosx-sdk $with_macosx_sdk is not a supported value, supported values are 10.9--13])
+        AC_MSG_ERROR([with-macosx-sdk $with_macosx_sdk is not a supported value, supported values are 10.12--14])
         ;;
     esac
 
@@ -2791,7 +2791,7 @@ if test $_os = Darwin -o $_os = iOS; then
         MAC_OS_X_VERSION_MIN_REQUIRED="101400"
         ;;
     *)
-        AC_MSG_ERROR([with-macosx-version-min-required $with_macosx_version_min_required is not a supported value, supported values are 10.9--13])
+        AC_MSG_ERROR([with-macosx-version-min-required $with_macosx_version_min_required is not a supported value, supported values are 10.9--14])
         ;;
     esac
     MAC_OS_X_VERSION_MIN_REQUIRED_DOTS=$with_macosx_version_min_required
@@ -2835,7 +2835,7 @@ if test $_os = Darwin -o $_os = iOS; then
         MAC_OS_X_VERSION_MAX_ALLOWED="101400"
         ;;
     *)
-        AC_MSG_ERROR([with-macosx-version-max-allowed $with_macosx_version_max_allowed is not a supported value, supported values are 10.9--13])
+        AC_MSG_ERROR([with-macosx-version-max-allowed $with_macosx_version_max_allowed is not a supported value, supported values are 10.9--14])
         ;;
     esac
 


More information about the Libreoffice-commits mailing list