]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove macOS version check.
authorMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 23 Jan 2019 17:14:12 +0000 (12:14 -0500)
committerMichael R Sweet <michael.r.sweet@gmail.com>
Wed, 23 Jan 2019 17:14:12 +0000 (12:14 -0500)
config-scripts/cups-opsys.m4
configure

index 3f4bceb5a628e2f75f76ec7d15a389d3b007dd89..f11a9b6719b3bc2131452d90b3e01e4cd97da80f 100644 (file)
@@ -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
index a8492ddf7ccdfc81f2eb40b44bf7bd2a32164ee6..626d78a77403ddef3f063ddf942c473a1b4065f1 100755 (executable)
--- 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"