From mboxrd@z Thu Jan 1 00:00:00 1970 From: Avi Kivity Subject: Re: [PATCH] qemu-kvm: fix typo in configure Date: Thu, 02 Jul 2009 14:22:48 +0300 Message-ID: <4A4C9888.4020405@redhat.com> References: <20090701112720.GA16678@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: "Michael S. Tsirkin" Return-path: Received: from mx2.redhat.com ([66.187.237.31]:39946 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbZGBLUx (ORCPT ); Thu, 2 Jul 2009 07:20:53 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n62BKv0V017218 for ; Thu, 2 Jul 2009 07:20:57 -0400 In-Reply-To: <20090701112720.GA16678@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 07/01/2009 02:27 PM, Michael S. Tsirkin wrote: > Kill extra \). Also escape ! for clarity and bourne shell > compatibility. > > I applied a similar fix from Jan. > > # Make sure the target and host cpus are compatible > -if test ! \( "$target_cpu" = "$cpu" -o \ > +if test \! \( "$target_cpu" = "$cpu" -o \ > This is needed in qemu.git, in several places. -- error compiling committee.c: too many arguments to function