summaryrefslogtreecommitdiff
path: root/audio/cava/files/patch-configure.ac
blob: 9c60535a724c636d7e64e0bbd69c3196c49ac7bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Neuter gratuitous OS check that is not used for anything at all.

--- configure.ac.orig	2020-05-26 20:29:47 UTC
+++ configure.ac
@@ -294,7 +294,7 @@ case "${host_os}" in
         build_mac=yes
         ;;
     *)
-        AC_MSG_ERROR(["OS $host_os is not supported"])
+        AC_MSG_NOTICE([I'm a teapot])
         ;;
 esac