Skip to content

Commit

Permalink
configure: Update macOS version checks
Browse files Browse the repository at this point in the history
macOS 10.13.0-10.13.4 are outdated.
  • Loading branch information
ryandesign authored and neverpanic committed Jun 8, 2018
1 parent 0e483b2 commit 1877376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -2770,7 +2770,7 @@ $as_echo "$as_me: WARNING: This version of OS X is out of date" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please use the Mac App Store to update it" >&5
$as_echo "$as_me: WARNING: Please use the Mac App Store to update it" >&2;}
;;
10.12.[0-5])
10.12.[0-5]|10.13.[0-4])
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: This version of macOS is out of date" >&5
$as_echo "$as_me: WARNING: This version of macOS is out of date" >&2;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Please use the Mac App Store to update it" >&5
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -40,7 +40,7 @@ case "$MACOSX_VERSION" in
AC_MSG_WARN([This version of OS X is out of date])
AC_MSG_WARN([Please use the Mac App Store to update it])
;;
10.12.[[0-5]])
10.12.[[0-5]]|10.13.[[0-4]])
AC_MSG_WARN([This version of macOS is out of date])
AC_MSG_WARN([Please use the Mac App Store to update it])
;;
Expand Down

0 comments on commit 1877376

Please sign in to comment.