From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Arnold Subject: [PATCH] Fix display of package version for KVM Date: Fri, 18 Sep 2009 16:38:24 +0200 Message-ID: <1253284704.3066.72.camel@mendozza.osrc.amd.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from va3ehsobe005.messaging.microsoft.com ([216.32.180.15]:46143 "EHLO VA3EHSOBE006.bigfish.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752429AbZIROid (ORCPT ); Fri, 18 Sep 2009 10:38:33 -0400 Received: from mail199-va3 (localhost.localdomain [127.0.0.1]) by mail199-va3-R.bigfish.com (Postfix) with ESMTP id 6A3EA12982CD for ; Fri, 18 Sep 2009 14:38:34 +0000 (UTC) Received: from svlb1extmailp01.amd.com (unknown [139.95.251.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail199-va3.bigfish.com (Postfix) with ESMTP id E46AA1758057 for ; Fri, 18 Sep 2009 14:38:32 +0000 (UTC) Received: from svlb1twp01.amd.com ([139.95.250.34]) by svlb1extmailp01.amd.com (Switch-3.2.7/Switch-3.2.7) with ESMTP id n8IEcQ1S001718 for ; Fri, 18 Sep 2009 07:38:29 -0700 Received: from SSVLEXBH2.amd.com (ssvlexbh2.amd.com [139.95.53.183]) by svlb1twp01.amd.com (Tumbleweed MailGate 3.7.0) with ESMTP id 28A3419A0149 for ; Fri, 18 Sep 2009 07:38:25 -0700 (PDT) Sender: kvm-owner@vger.kernel.org List-ID: 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 --- 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" -- 1.6.0.6