From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] autoconf: use python-config when present, if not switch to distutils Date: Wed, 11 Apr 2012 12:00:26 +0200 Message-ID: <20120411100026.GA12203@aepfle.de> References: <1334075928-5045-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1334075928-5045-1-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Roger Pau Monne Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Tue, Apr 10, Roger Pau Monne wrote: > Use python-config utility when possible, and if it is not present switch to > distutils. > > Should fix the bug reported by Olaf Hering on SuSE. > > Rerun autoconf after applying the patch. Yes, this fixes the build on openSuSE 11.4 and later. Olaf