From f28cf2b0d3fa6b4b9c692b0aa04f2875a09e0dfa Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Wed, 19 Oct 2022 02:28:36 -0400 Subject: [PATCH] Also remove the OpenBSD comment about OSS --- configure | 4 ---- configure.ac | 4 ---- 2 files changed, 8 deletions(-) diff --git a/configure b/configure index b686dd0aa..76d1d3e8a 100755 --- a/configure +++ b/configure @@ -21001,10 +21001,6 @@ else $as_nop enable_oss=maybe fi - - # OpenBSD "has" OSS, but it's not really for app use. They want you to - # use sndio instead. So on there, we default to disabled. You can force - # it on if you really want, though. if test x$enable_oss = xmaybe; then enable_oss=yes fi diff --git a/configure.ac b/configure.ac index 612602fb7..5810b4f0f 100644 --- a/configure.ac +++ b/configure.ac @@ -927,10 +927,6 @@ CheckOSS() AC_ARG_ENABLE(oss, [AS_HELP_STRING([--enable-oss], [support the OSS audio API [default=maybe]])], , enable_oss=maybe) - - # OpenBSD "has" OSS, but it's not really for app use. They want you to - # use sndio instead. So on there, we default to disabled. You can force - # it on if you really want, though. if test x$enable_oss = xmaybe; then enable_oss=yes fi