Skip to content

Commit c3c2e8e

Browse files
committed
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 <[email protected]> Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 5fe089d commit c3c2e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/Makefile.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ else
886886
else
887887

888888
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)
890890
else
891891
LDFLAGS += $(PYTHON_EMBED_LDFLAGS)
892892
EXTLIBS += $(PYTHON_EMBED_LIBADD)

0 commit comments

Comments
 (0)