configure: libbpf path

pull/3952/head
Eric Leblond 7 years ago committed by Victor Julien
parent 373afab9e0
commit ccb8f3cd4b

@ -1773,8 +1773,8 @@
if test "$LIBBPF" = "no"; then if test "$LIBBPF" = "no"; then
echo echo
echo " libbpf library and development headers not found but" echo " libbpf library and development headers not found but"
echo " but needed to use eBPF code. It can be found in the" echo " needed to use eBPF code. It can be found at"
echo " Linux kernel tree under tools/lib/bpf" echo " https://github.com/libbpf/libbpf"
echo echo
exit 1 exit 1
fi; fi;

Loading…
Cancel
Save