Skip to content
Snippets Groups Projects

mark macOS 10.14 (Mojave) as supported

Merged Adam Mercer requested to merge adam-mercer/lalsuite:mojave into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
# -*- mode: autoconf; -*-
# lalsuite_build.m4 - top level build macros
#
# serial 148
# serial 149
# restrict which LALSUITE_... patterns can appearing in output (./configure);
# useful for debugging problems with unexpanded LALSUITE_... Autoconf macros
@@ -1158,7 +1158,7 @@ AS_IF([test "x${osx_version_check}" = "xtrue"],[
AC_MSG_RESULT([$MACOSX_VERSION])])
AS_CASE(["$MACOSX_VERSION"],
[10.0*|10.1|10.1.*|10.2*|10.3*],AC_MSG_ERROR([This version of Mac OS X is not supported]),
[10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*|10.11*|10.12*|10.13*],,
[10.4*|10.5*|10.6*|10.7*|10.8*|10.9*|10.10*|10.11*|10.12*|10.13*|10.14*],,
AC_MSG_WARN([Unknown Mac OS X version]))
])])])
Loading