From patchwork Fri Sep 18 14:38:24 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Arnold X-Patchwork-Id: 48537 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n8IEcd58001703 for ; Fri, 18 Sep 2009 14:38:39 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752704AbZIROid (ORCPT ); Fri, 18 Sep 2009 10:38:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752672AbZIROid (ORCPT ); Fri, 18 Sep 2009 10:38:33 -0400 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-R.bigfish.com (10.7.14.248) by VA3EHSOBE006.bigfish.com (10.7.40.26) with Microsoft SMTP Server id 8.1.340.0; Fri, 18 Sep 2009 14:38:34 +0000 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) X-SpamScore: 3 X-BigFish: VPS3(zzzz1202hzzz32i203h6bh43j64h) X-Spam-TCS-SCL: 3:0 Received: by mail199-va3 (MessageSwitch) id 1253284713230642_485; Fri, 18 Sep 2009 14:38:33 +0000 (UCT) 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 X-WSS-ID: 0KQ68O1-03-200-02 X-M-MSG: 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) Received: from ssvlexmb2.amd.com ([139.95.53.7]) by SSVLEXBH2.amd.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 18 Sep 2009 07:38:28 -0700 Received: from SF36EXMB1.amd.com ([172.19.4.24]) by ssvlexmb2.amd.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 18 Sep 2009 07:38:28 -0700 Received: from seurexmb1.amd.com ([165.204.9.130]) by SF36EXMB1.amd.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 18 Sep 2009 16:38:25 +0200 Received: from mail.osrc.amd.com ([165.204.16.204]) by seurexmb1.amd.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 18 Sep 2009 16:38:25 +0200 Received: from [165.204.15.95] (mendozza.osrc.amd.com [165.204.15.95]) by mail.osrc.amd.com (Postfix) with ESMTP id DA23849C113; Fri, 18 Sep 2009 15:38:24 +0100 (BST) Subject: [PATCH] Fix display of package version for KVM From: Frank Arnold To: kvm@vger.kernel.org Date: Fri, 18 Sep 2009 16:38:24 +0200 Message-ID: <1253284704.3066.72.camel@mendozza.osrc.amd.com> MIME-Version: 1.0 X-Mailer: Evolution 2.24.5 (2.24.5-2.fc10) X-OriginalArrivalTime: 18 Sep 2009 14:38:25.0183 (UTC) FILETIME=[ADCAF2F0:01CA386D] Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org 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"