qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 3/4] configure: Let SDL support be optional o


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH v2 3/4] configure: Let SDL support be optional on OpenBSD
Date: Thu, 24 Jan 2019 14:38:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0


On 1/24/19 12:44 PM, Peter Maydell wrote:
> On Thu, 24 Jan 2019 at 01:16, Philippe Mathieu-Daudé <address@hidden> wrote:
>> --- a/configure
>> +++ b/configure
>> @@ -3379,7 +3379,8 @@ for drv in $audio_drv_list; do
>>
>>      sdl)
>>      if test "$sdl" = "no"; then
>> -        error_exit "sdl not found or disabled, can not use sdl audio driver"
>> +        echo "WARN: sdl not found or disabled, can not use sdl audio driver"
>> +        audio_drv_list=$(echo "$audio_drv_list" | sed -e 's/sdl *//g')
> 
> "WARNING:" is what configure mostly uses (though sometimes
> also "warning:" and in one case "WARN:")...

Indeed, which makes me wonder why I used "WARN".

I'll fix, thanks.

Phil.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]