From 9b8403ac84fb638bd317e1d3cf0d807f375de7dc Mon Sep 17 00:00:00 2001 From: nia Date: Wed, 11 Mar 2020 23:16:28 +0000 Subject: print_volume: Native NetBSD audio support Avoid using the OSS emulation layer to fetch the master volume, and instead share the audioio code with OpenBSD. Avoid a failed read on the master control's mute enum if it can't be found, because sometimes there isn't one. --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c6750e3..11caa33 100644 --- a/configure.ac +++ b/configure.ac @@ -101,7 +101,6 @@ case $host_os in ;; netbsd*) AC_SEARCH_LIBS([prop_string_create], [prop]) - AC_SEARCH_LIBS([_oss_ioctl], [ossaudio]) ;; esac -- cgit v1.2.3