summaryrefslogtreecommitdiff
path: root/config-scripts
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2019-01-23 12:14:12 -0500
committerMichael R Sweet <michael.r.sweet@gmail.com>2019-01-23 12:14:12 -0500
commite13e173f26a8fdfeaa2e326cbb678e1f3c316332 (patch)
treef647d1f53cce8aa04d0daaf49af91c1aa8f43e88 /config-scripts
parenta7c0c36cf526853f69e832e1feb978c3b977f774 (diff)
downloadcups-e13e173f26a8fdfeaa2e326cbb678e1f3c316332.tar.gz
Remove macOS version check.
Diffstat (limited to 'config-scripts')
-rw-r--r--config-scripts/cups-opsys.m410
1 files changed, 2 insertions, 8 deletions
diff --git a/config-scripts/cups-opsys.m4 b/config-scripts/cups-opsys.m4
index 3f4bceb5a..f11a9b671 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