From: Michael R Sweet Date: Wed, 23 Jan 2019 17:14:12 +0000 (-0500) Subject: Remove macOS version check. X-Git-Tag: v2.3b8~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13e173f26a8fdfeaa2e326cbb678e1f3c316332;p=thirdparty%2Fcups.git Remove macOS version check. --- diff --git a/config-scripts/cups-opsys.m4 b/config-scripts/cups-opsys.m4 index 3f4bceb5a6..f11a9b6719 100644 --- a/config-scripts/cups-opsys.m4 +++ b/config-scripts/cups-opsys.m4 @@ -1,8 +1,8 @@ dnl dnl Operating system stuff for CUPS. dnl -dnl Copyright 2007-2018 by Apple Inc. -dnl Copyright 1997-2006 by Easy Software Products, all rights reserved. +dnl Copyright © 2007-2019 by Apple Inc. +dnl Copyright © 1997-2006 by Easy Software Products, all rights reserved. dnl dnl Licensed under Apache License v2.0. See the file "LICENSE" for more dnl information. @@ -19,12 +19,6 @@ if test "x$host_os_version" = x; then host_os_version="0" fi -if test "$host_os_name" = darwin -a $host_os_version -lt 120; then - AC_MSG_ERROR([Sorry, this version of CUPS requires macOS 10.8 or higher.]) -fi - -echo host_os_version=$host_os_version - dnl Determine whether we are cross-compiling... if test "$build" = "$host"; then # No, build local targets diff --git a/configure b/configure index a8492ddf7c..626d78a774 100755 --- a/configure +++ b/configure @@ -2626,12 +2626,6 @@ if test "x$host_os_version" = x; then host_os_version="0" fi -if test "$host_os_name" = darwin -a $host_os_version -lt 120; then - as_fn_error $? "Sorry, this version of CUPS requires macOS 10.8 or higher." "$LINENO" 5 -fi - -echo host_os_version=$host_os_version - if test "$build" = "$host"; then # No, build local targets LOCALTARGET="local"