From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Quintela Subject: Re: [PATCH] Fix display of package version for KVM Date: Fri, 18 Sep 2009 17:35:39 +0200 Message-ID: References: <1253284704.3066.72.camel@mendozza.osrc.amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kvm@vger.kernel.org To: Frank Arnold Return-path: Received: from mx1.redhat.com ([209.132.183.28]:55825 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751152AbZIRPfu (ORCPT ); Fri, 18 Sep 2009 11:35:50 -0400 In-Reply-To: <1253284704.3066.72.camel@mendozza.osrc.amd.com> (Frank Arnold's message of "Fri, 18 Sep 2009 16:38:24 +0200") Sender: kvm-owner@vger.kernel.org List-ID: Frank Arnold wrote: > The configure script is constructing the pkgversion correctly. > Due to some merge the same variable is getting purged again some > lines later. > > Removing this line makes things work again. > > Signed-off-by: Frank Arnold > Acked-by: Andre Przywara Agreed. I sent this same patch in the midle of my cleanup series. > --- > configure | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/configure b/configure > index 97292d9..c80c6a5 100755 > --- a/configure > +++ b/configure > @@ -238,7 +238,6 @@ signalfd="no" > eventfd="no" > cpu_emulation="yes" > kvm_kmod="no" > -pkgversion="" > check_utests="no" > user_pie="no"