From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grpT2-0002LH-EP for qemu-devel@nongnu.org; Thu, 07 Feb 2019 14:36:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grpT1-0007UW-Nw for qemu-devel@nongnu.org; Thu, 07 Feb 2019 14:36:12 -0500 From: Cleber Rosa Date: Thu, 7 Feb 2019 14:36:02 -0500 Message-Id: <20190207193605.25676-2-crosa@redhat.com> In-Reply-To: <20190207193605.25676-1-crosa@redhat.com> References: <20190207193605.25676-1-crosa@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH 1/4] configure: remove handling of "wav" audio driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Cleber Rosa , qemu-trivial@nongnu.org, Michael Tokarev , Laurent Vivier , Eduardo Habkost This looks like a leftover that was never implemented. Signed-off-by: Cleber Rosa --- configure | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure b/configure index fbd0825488..ff55e2273e 100755 --- a/configure +++ b/configure @@ -3350,10 +3350,6 @@ for drv in $audio_drv_list; do oss_libs=3D"$oss_lib" ;; =20 - wav) - # XXX: Probes for CoreAudio, DirectSound - ;; - *) echo "$audio_possible_drivers" | grep -q "\<$drv\>" || { error_exit "Unknown driver '$drv' selected" \ --=20 2.20.1