summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authornia <nia@netbsd.org>2020-03-11 23:16:28 +0000
committernia <nia@netbsd.org>2020-03-11 23:29:56 +0000
commit9b8403ac84fb638bd317e1d3cf0d807f375de7dc (patch)
tree2352cfde543011b1af4246072a6590a3b41e49d2 /configure.ac
parent6eb70f10d202e1d6ea7f7c01527191de6e861872 (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
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