]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-startup.m4
Update all references to OS X to macOS.
[thirdparty/cups.git] / config-scripts / cups-startup.m4
index bbd6b891db8378759956eb0a75bfb9ec7958d7fe..4410a10ef856a9aae9ecc3a928827a4b023b1937 100644 (file)
@@ -16,7 +16,7 @@ ONDEMANDLIBS=""
 AC_SUBST(ONDEMANDFLAGS)
 AC_SUBST(ONDEMANDLIBS)
 
-dnl Launchd is used on OS X/Darwin...
+dnl Launchd is used on macOS/Darwin...
 AC_ARG_ENABLE(launchd, [  --disable-launchd       disable launchd support])
 LAUNCHD_DIR=""
 AC_SUBST(LAUNCHD_DIR)
@@ -32,7 +32,7 @@ if test x$enable_launchd != xno; then
 
        case "$uname" in
                Darwin*)
-                       # Darwin, MacOS X
+                       # Darwin, MacmacOS
                        LAUNCHD_DIR="/System/Library/LaunchDaemons"
                        # liblaunch is already part of libSystem
                        ;;