]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - configure
Remove macOS version check.
[thirdparty/cups.git] / configure
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"