From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EuEKk-000797-29 for qemu-devel@nongnu.org; Wed, 04 Jan 2006 14:30:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EuEKd-00077k-UU for qemu-devel@nongnu.org; Wed, 04 Jan 2006 14:30:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EuEKd-00077f-Ka for qemu-devel@nongnu.org; Wed, 04 Jan 2006 14:29:59 -0500 Received: from [212.20.112.165] (helo=pavel.int.rudna.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EuEM5-0004JW-4n for qemu-devel@nongnu.org; Wed, 04 Jan 2006 14:31:29 -0500 From: Pavel@Janik.cz (Pavel =?iso-8859-2?Q?Jan=EDk?=) Date: Wed, 04 Jan 2006 20:19:49 +0100 Message-ID: <87fyo3ztpm.fsf@Janik.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PATCH] Mention --enable-cocoa in --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 Hi, --enable-cocoa is not mentioned in configure--help output. Please apply. --- configure 19 Dec 2005 19:54:10 +0100 1.79 +++ configure 04 Jan 2006 20:08:47 +0100=09 @@ -375,6 +375,7 @@ echo " --host-cc=3DCC use C compiler CC [$host_cc] for dyng= en etc." echo " --make=3DMAKE use specified make [$make]" echo " --static enable static build [$static]" +echo " --enable-cocoa enable COCOA (Mac OS X only)" echo " --enable-mingw32 enable Win32 cross compilation with min= gw32" echo " --enable-adlib enable Adlib emulation" echo " --enable-coreaudio enable Coreaudio audio driver" --=20 Pavel Jan=EDk Use self-identifying input. Allow defaults. Echo both on output. -- The Elements of Programming Style (Kernighan & Plaug= her)