diff options
Diffstat (limited to 'm4/audio_out.m4')
-rw-r--r-- | m4/audio_out.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/audio_out.m4 b/m4/audio_out.m4 index e85799e4b..351d3cd65 100644 --- a/m4/audio_out.m4 +++ b/m4/audio_out.m4 @@ -153,7 +153,7 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ if test x"$enable_oss" != x"no"; then case "$host" in - *-*-netbsd*|*-*-openbsd*) + *-*-netbsd*) OSS_LIBS="-lossaudio" ;; *) |