From e5c6a0b30ca3d0bacbb6f3d062a813e740966df2 Mon Sep 17 00:00:00 2001 From: Timotej S <6674623+underhood@users.noreply.github.com> Date: Mon, 21 Mar 2022 16:41:58 +0100 Subject: minor - fix configure output of eBPF (#12471) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7771ec260a..812cdbb3a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1214,7 +1214,6 @@ if test "${build_target}" = "linux" -a "${enable_ebpf}" != "no"; then [have_libbpf=no] ) - AC_MSG_CHECKING([if ebpf.plugin should be enabled]) if test "${have_libelf}" = "yes" -a \ "${have_bpf}" = "yes" -a \ "${have_libbpf}" = "yes"; then @@ -1228,6 +1227,7 @@ if test "${build_target}" = "linux" -a "${enable_ebpf}" != "no"; then else enable_ebpf="no" fi +AC_MSG_CHECKING([if ebpf.plugin should be enabled]) AC_MSG_RESULT([${enable_ebpf}]) AM_CONDITIONAL([ENABLE_PLUGIN_EBPF], [test "${enable_ebpf}" = "yes"]) -- cgit v1.2.3