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: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 3/4] configure: Let SDL support be optional on OpenBSD
Date: Thu, 24 Jan 2019 11:44:05 +0000

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:")...

thanks
-- PMM



reply via email to

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