Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf build: Remove explicit reference to python 2.x devel files

If the libpython feature test (tools/build/feature/test-libpython.c)
fails, then the python-devel is missing, it doesn't mattere if it is for
python2 or 3, remove that explicit 2.x reference.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+1 -1
+1 -1
tools/perf/Makefile.config
··· 886 886 else 887 887 888 888 ifneq ($(feature-libpython), 1) 889 - $(call disable-python,No 'Python.h' (for Python 2.x support) was found: disables Python support - please install python-devel/python-dev) 889 + $(call disable-python,No 'Python.h' was found: disables Python support - please install python-devel/python-dev) 890 890 else 891 891 LDFLAGS += $(PYTHON_EMBED_LDFLAGS) 892 892 EXTLIBS += $(PYTHON_EMBED_LIBADD)