]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - config-scripts/cups-startup.m4
Fix some of the Linux-specific configure tests.
[thirdparty/cups.git] / config-scripts / cups-startup.m4
index 7a999ed4e4cf33e46a59075b55c600a709670e78..978daae7553d9f6f538b18d9c54dd01f2cb7dbe3 100644 (file)
@@ -118,7 +118,7 @@ fi
 
 if test "x$rcstart" = x; then
        case "$host_os_name" in
-               linux | gnu | gnu/k*bsd*)
+               linux* | gnu*)
                        # Linux
                         rcstart="81"
                        ;;
@@ -137,7 +137,7 @@ fi
 
 if test "x$rcstop" = x; then
        case "$host_os_name" in
-               linux | gnu | gnu/k*bsd*)
+               linux* | gnu*)
                        # Linux
                         rcstop="36"
                        ;;