Re: [PATCH] perf tools: Improve Python feature detection messages

2015-03-03 Thread Ingo Molnar
* Arnaldo Carvalho de Melo wrote: > Em Sat, Feb 28, 2015 at 09:33:45AM +0100, Ingo Molnar escreveu: > > > > Change the Python detection message from: > > > > config/Makefile:566: No python-config tool was found > > config/Makefile:566: Python support will not be built > > > > To: > > > >

Re: [PATCH] perf tools: Improve Python feature detection messages

2015-03-02 Thread Arnaldo Carvalho de Melo
Em Sat, Feb 28, 2015 at 09:33:45AM +0100, Ingo Molnar escreveu: > > Change the Python detection message from: > > config/Makefile:566: No python-config tool was found > config/Makefile:566: Python support will not be built > > To: > > config/Makefile:565: No 'python-config' tool was found

[PATCH] perf tools: Improve Python feature detection messages

2015-02-28 Thread Ingo Molnar
Change the Python detection message from: config/Makefile:566: No python-config tool was found config/Makefile:566: Python support will not be built To: config/Makefile:565: No 'python-config' tool was found: disables Python support - please install python-devel/python-dev It's now a st