]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: libbpf path
authorEric Leblond <eric@regit.org>
Wed, 13 Mar 2019 08:01:04 +0000 (09:01 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 18 Jun 2019 05:07:02 +0000 (07:07 +0200)
configure.ac

index a6669ec479b68941aee9cf2f45dd96508a0fcab2..81543660aee489dc6a8836f901cb3c4ab1d3e96a 100644 (file)
         if test "$LIBBPF" = "no"; then
             echo
             echo "   libbpf library and development headers not found but"
-            echo "   but needed to use eBPF code. It can be found in the"
-            echo "   Linux kernel tree under tools/lib/bpf"
+            echo "   needed to use eBPF code. It can be found at"
+            echo "   https://github.com/libbpf/libbpf"
             echo
             exit 1
         fi;