diff options
| author | Cleber Rosa <crosa@redhat.com> | 2019-02-07 14:36:02 -0500 |
|---|---|---|
| committer | Laurent Vivier <laurent@vivier.eu> | 2019-02-14 10:44:24 +0100 |
| commit | 41b0b34b261ffb47b044481f018d76068afdf03b (patch) | |
| tree | 859e5af1120ca8613a625dc259a81bab0daefeda | |
| parent | e6e40f80cdf37021deb8c4f4311724a64461a1d1 (diff) | |
| download | focaccia-qemu-41b0b34b261ffb47b044481f018d76068afdf03b.tar.gz focaccia-qemu-41b0b34b261ffb47b044481f018d76068afdf03b.zip | |
configure: remove handling of "wav" audio driver
This looks like a leftover that was never implemented. Signed-off-by: Cleber Rosa <crosa@redhat.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20190207193605.25676-2-crosa@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
| -rwxr-xr-x | configure | 4 |
1 files changed, 0 insertions, 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="$oss_lib" ;; - wav) - # XXX: Probes for CoreAudio, DirectSound - ;; - *) echo "$audio_possible_drivers" | grep -q "\<$drv\>" || { error_exit "Unknown driver '$drv' selected" \ |