From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ik8M5-0005ZO-MY for qemu-devel@nongnu.org; Mon, 22 Oct 2007 21:14:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ik8M5-0005Xv-16 for qemu-devel@nongnu.org; Mon, 22 Oct 2007 21:14:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ik8M4-0005Xe-N3 for qemu-devel@nongnu.org; Mon, 22 Oct 2007 21:14:48 -0400 Received: from tapir.sajinet.com.pe ([66.139.79.212]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ik8M4-0005l0-Al for qemu-devel@nongnu.org; Mon, 22 Oct 2007 21:14:48 -0400 Date: Mon, 22 Oct 2007 20:17:50 -0500 From: Carlo Marcelo Arenas Belon Message-ID: <20071023011750.GB28795@tapir> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] add --disable-sdl to configure's help Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org The following patch adds a description for --disable-sdl for configure Carlo --- Index: configure =================================================================== RCS file: /sources/qemu/qemu/configure,v retrieving revision 1.165 diff -u -r1.165 configure --- configure 18 Oct 2007 20:51:48 -0000 1.165 +++ configure 23 Oct 2007 01:12:17 -0000 @@ -377,6 +374,7 @@ echo " --make=MAKE use specified make [$make]" echo " --install=INSTALL use specified install [$install]" echo " --static enable static build [$static]" +echo " --disable-sdl disable SDL" echo " --enable-cocoa enable COCOA (Mac OS X only)" echo " --enable-mingw32 enable Win32 cross compilation with mingw32" echo " --enable-adlib enable Adlib emulation"