From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56727) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2YR-0004lY-GY for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:51:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UN2YN-0005ch-OJ for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:51:19 -0400 Received: from mail-ea0-x22b.google.com ([2a00:1450:4013:c01::22b]:38440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UN2YN-0005cY-FR for qemu-devel@nongnu.org; Tue, 02 Apr 2013 10:51:15 -0400 Received: by mail-ea0-f171.google.com with SMTP id b15so271324eae.16 for ; Tue, 02 Apr 2013 07:51:14 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 2 Apr 2013 16:50:59 +0200 Message-Id: <1364914261-4237-5-git-send-email-pbonzini@redhat.com> In-Reply-To: <1364914261-4237-1-git-send-email-pbonzini@redhat.com> References: <1364914261-4237-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [RFC PATCH 4/6] audio: remove CONFIG_* symbols List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: av1474@comtv.ru Signed-off-by: Paolo Bonzini --- configure | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure b/configure index 16380f6..1b2dc53 100755 --- a/configure +++ b/configure @@ -3557,10 +3557,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]'` @@ -4226,11 +4222,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="" -- 1.8.1.4