diff --git a/configure b/configure index 92ad539..62257d2 100755 --- a/configure +++ b/configure @@ -16174,7 +16174,10 @@ fi if test "x$enable_audio" = xdefault; then case "$target" in - *-*-linux*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*) + *-*-linux*) + enable_alsa=yes + ;; + *-*-freebsd*|*-*-netbsd*|*-*-openbsd*) enable_oss=yes ;; *-*-solaris*) diff --git a/configure.ac b/configure.ac index aa2f6a0..7adc162 100644 --- a/configure.ac +++ b/configure.ac @@ -237,7 +237,10 @@ fi if test "x$enable_audio" = xdefault; then case "$target" in - *-*-linux*|*-*-freebsd*|*-*-netbsd*|*-*-openbsd*) + *-*-linux*) + enable_alsa=yes + ;; + *-*-freebsd*|*-*-netbsd*|*-*-openbsd*) enable_oss=yes ;; *-*-solaris*)