Ian Campbell writes ("Re: "./configure: line 7058: python-config: command not 
found" after commit 0013245"):
> On Wed, 2015-03-04 at 15:02 +0100, Roger Pau Monné wrote:
> > Yes, I think so, for python versions > 2.4 we should require
> > python-config.
> 
> ACK.
> 
> > IMHO python_fortify_noopt.m4 should also be fixed to deal
> > with older python version that don't have python-config.
> 
> That would be ideal, but unless someone shows me/us a system with Python
> <=2.4 which suffers from this issue I'd also be inclined to accept a
> patch which made that check only apply iff python-config was found
> (assuming that would be simpler. it might actually be harder...).

Isn't that what the current code does (rather messily) ?

That is, it invokes python-config, doesn't notice that python-config
fails, finds that the no output produced by python-config doesn't
contain the problematic fortify options, and disables the workaround.

Ian.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to