Skip to content

Commit 7c750d3

Browse files
acmelnamhyung
authored andcommitted
perf build: Add the libpfm devel fedora package name to the hint
Just to follow the pattern with other devel packages. Signed-off-by: Arnaldo Carvalho de Melo <[email protected]> Reviewed-by: James Clark <[email protected]> Reviewed-by: Ian Rogers <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Namhyung Kim <[email protected]>
1 parent c335a4e commit 7c750d3

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
@@ -1165,7 +1165,7 @@ ifndef NO_LIBPFM4
11651165
ASCIIDOC_EXTRA = -aHAVE_LIBPFM=1
11661166
$(call detected,CONFIG_LIBPFM4)
11671167
else
1168-
$(warning libpfm4 not found, disables libpfm4 support. Please install libpfm4-dev)
1168+
$(warning libpfm4 not found, disables libpfm4 support. Please install libpfm-devel or libpfm4-dev)
11691169
endif
11701170
endif
11711171

0 commit comments

Comments
 (0)