diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-18 18:44:00 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-04-29 12:16:36 -0500 |
| commit | f6547f07d41491d74179e8dd100f7477abdd43b1 (patch) | |
| tree | 31343951397a2d74e457009ac5354eb3d365010e | |
| parent | ffa48cf5ab719e1e181e51b87bc0f5d397b791fa (diff) | |
| download | focaccia-qemu-f6547f07d41491d74179e8dd100f7477abdd43b1.tar.gz focaccia-qemu-f6547f07d41491d74179e8dd100f7477abdd43b1.zip | |
audio: remove CONFIG_* symbols
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1366303444-24620-5-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
| -rwxr-xr-x | configure | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure b/configure index 09b3c30d68..a3ba782596 100755 --- a/configure +++ b/configure @@ -3678,10 +3678,6 @@ fi if test "$cap_ng" = "yes" ; then echo "CONFIG_LIBCAP=y" >> $config_host_mak fi -for card in $audio_card_list; do - def=CONFIG_`echo $card | LC_ALL=C tr '[a-z]' '[A-Z]'` - echo "$def=y" >> $config_host_mak -done echo "CONFIG_AUDIO_DRIVERS=$audio_drv_list" >> $config_host_mak for drv in $audio_drv_list; do def=CONFIG_`echo $drv | LC_ALL=C tr '[a-z]' '[A-Z]'` @@ -4363,11 +4359,6 @@ if test "$target_bsd_user" = "yes" ; then echo "CONFIG_BSD_USER=y" >> $config_target_mak fi -# the static way of configuring available audio cards requires this workaround -if test "$target_user_only" != "yes" && grep -q CONFIG_PCSPK $source_path/default-configs/$target.mak; then - echo "CONFIG_PCSPK=y" >> $config_target_mak -fi - # generate QEMU_CFLAGS/LDFLAGS for targets cflags="" |