Commit 460cdb56 authored by Brad Smith's avatar Brad Smith Committed by Rémi Denis-Courmont

Disable OSS support on OpenBSD

Disable the OSS support on OpenBSD by default.
Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent 4bee377f
...@@ -3402,8 +3402,8 @@ dnl Open Sound System module ...@@ -3402,8 +3402,8 @@ dnl Open Sound System module
dnl dnl
AC_ARG_ENABLE(oss, AC_ARG_ENABLE(oss,
[AS_HELP_STRING([--enable-oss], [AS_HELP_STRING([--enable-oss],
[support the Open Sound System OSS (default enabled on BSD)])],, [ [support the Open Sound System OSS (default enabled on FreeBSD/NetBSD/DragonFlyBSD)])],, [
AS_IF([test "$SYS" = "mingw32" -o "$SYS" = "mingwce" -o "$SYS" = "linux"], [ AS_IF([test "$SYS" = "mingw32" -o "$SYS" = "mingwce" -o "$SYS" = "linux" -o "$SYS" = "openbsd"], [
enable_oss="no" enable_oss="no"
]) ])
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment