Re: [Qemu-devel] [PATCH] configure: Fix spelling of sdl-image in --help

2019-05-18 Thread Thomas Huth
On 17/05/2019 20.32, Markus Armbruster wrote:
> Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999
> Cc: qemu-triv...@nongnu.org
> Signed-off-by: Markus Armbruster 
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index d2fc346302..cef51b2a0b 100755
> --- a/configure
> +++ b/configure
> @@ -1745,7 +1745,7 @@ disabled with --disable-FEATURE, default is enabled if 
> available:
>gcrypt  libgcrypt cryptography support
>auth-pamPAM access control
>sdl SDL UI
> -  sdl_image   SDL Image support for icons
> +  sdl-image   SDL Image support for icons
>gtk gtk UI
>vte vte support for the gtk UI
>curses  curses UI
> 

Reviewed-by: Thomas Huth 



[Qemu-devel] [PATCH] configure: Fix spelling of sdl-image in --help

2019-05-17 Thread Markus Armbruster
Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999
Cc: qemu-triv...@nongnu.org
Signed-off-by: Markus Armbruster 
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index d2fc346302..cef51b2a0b 100755
--- a/configure
+++ b/configure
@@ -1745,7 +1745,7 @@ disabled with --disable-FEATURE, default is enabled if 
available:
   gcrypt  libgcrypt cryptography support
   auth-pamPAM access control
   sdl SDL UI
-  sdl_image   SDL Image support for icons
+  sdl-image   SDL Image support for icons
   gtk gtk UI
   vte vte support for the gtk UI
   curses  curses UI
-- 
2.17.2