diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -4459,15 +4459,9 @@ esac if test "$target_softmmu" = "yes" ; then case "$TARGET_BASE_ARCH" in - arm) + arm|lm32|i386|mips|ppc) cflags="-DHAS_AUDIO $cflags" ;; - lm32) - cflags="-DHAS_AUDIO $cflags" - ;; - i386|mips|ppc) - cflags="-DHAS_AUDIO -DHAS_AUDIO_CHOICE $cflags" - ;; esac fi |