summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini2013-04-18 18:43:58 +0200
committerAnthony Liguori2013-04-29 19:16:36 +0200
commit36cd6f6f20724d49aac1910e310f81a43e0cb657 (patch)
tree2e6e7d689d79dfb2da14684e1415cd3003cb89ec /configure
parentadlib: qdev-ify (diff)
downloadqemu-36cd6f6f20724d49aac1910e310f81a43e0cb657.tar.gz
qemu-36cd6f6f20724d49aac1910e310f81a43e0cb657.tar.xz
qemu-36cd6f6f20724d49aac1910e310f81a43e0cb657.zip
audio: remove the need for audio card CONFIG_* symbols
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1366303444-24620-3-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 1 insertions, 7 deletions
diff --git a/configure b/configure
index 21438d4769..34e8cbb42d 100755
--- a/configure
+++ b/configure
@@ -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