diff mbox series

configure: Fix spelling of sdl-image in --help

Message ID 20190517183246.11933-1-armbru@redhat.com (mailing list archive)
State New, archived
Headers show
Series configure: Fix spelling of sdl-image in --help | expand

Commit Message

Markus Armbruster May 17, 2019, 6:32 p.m. UTC
Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999
Cc: qemu-trivial@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thomas Huth May 18, 2019, 7:01 a.m. UTC | #1
On 17/05/2019 20.32, Markus Armbruster wrote:
> Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>  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-pam        PAM 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 <thuth@redhat.com>
Laurent Vivier May 22, 2019, 3:18 p.m. UTC | #2
On 17/05/2019 20:32, Markus Armbruster wrote:
> Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999
> Cc: qemu-trivial@nongnu.org
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
>   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-pam        PAM 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
> 

Applied to my trivial-patches branch.

Thanks,
Laurent
diff mbox series

Patch

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-pam        PAM 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