From nobody Mon Nov 10 17:34:30 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1558118115; cv=none; d=zoho.com; s=zohoarc; b=hleocM+XntqN524eoRSO6tRUiRkjfUatrhVMy0d6N2y8QUHGqnRjiSqyauN4xeyBmqzlEDiG9FqE3QwtlzT1TCiFp9ZZXJ4WU9k7I1da7GJOlSDQzdQsMY9D2m9Ld/zxtozlCdgnGRtgAtFllPBEn/DIUErNclIm0LzLD8civEA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1558118115; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=jexzwDtFd9wDgy4uuK3GP0FEMkMqpYdKnTLN3Fabjlg=; b=jGgjA0BwjXeXZrezHVLF8UiMEzGKjKow5Z9aKCxlOMeaJEUExy8cY27zBj+V9YO9fUOWUuPkMm9M19C4c87d69iPGhAsG7ZNabHXlXQHiT1d+o9fDDnwxxs86d0T+mlt34TWUD8aA3sRUkzSCexp7mAb34QTP6qaclwQHXXAWB4= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 155811811552987.72198519354276; Fri, 17 May 2019 11:35:15 -0700 (PDT) Received: from localhost ([127.0.0.1]:52284 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRhh9-0005Dq-66 for importer@patchew.org; Fri, 17 May 2019 14:35:03 -0400 Received: from eggs.gnu.org ([209.51.188.92]:56218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRhf0-0003wS-7T for qemu-devel@nongnu.org; Fri, 17 May 2019 14:32:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRhez-0005xb-DP for qemu-devel@nongnu.org; Fri, 17 May 2019 14:32:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48398) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hRhez-0005v5-7P; Fri, 17 May 2019 14:32:49 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DD413308218D; Fri, 17 May 2019 18:32:47 +0000 (UTC) Received: from blackfin.pond.sub.org (ovpn-116-28.ams2.redhat.com [10.36.116.28]) by smtp.corp.redhat.com (Postfix) with ESMTPS id ABFDB5D9CD; Fri, 17 May 2019 18:32:47 +0000 (UTC) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 310B811385E4; Fri, 17 May 2019 20:32:46 +0200 (CEST) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Fri, 17 May 2019 20:32:46 +0200 Message-Id: <20190517183246.11933-1-armbru@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.47]); Fri, 17 May 2019 18:32:47 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH] configure: Fix spelling of sdl-image in --help X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Fixes: a442fe2f2b2f20e7be0934277e9400b844b11999 Cc: qemu-trivial@nongnu.org Signed-off-by: Markus Armbruster Reviewed-by: Thomas Huth --- 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 i= f 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 --=20 2.17.2