From 8f92276156b1fbdeebd085b731ed4aeab3960432 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Fri, 12 Jul 2013 10:36:59 +0200 Subject: configure: fix libnetfilter_conntrack dependency removal tools_remove "libnetfilter-conntrack" makes no sense, so replace it with the actual correct tools_remove "flowtop". Signed-off-by: Daniel Borkmann --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 13da36d..64a7fc9 100755 --- a/configure +++ b/configure @@ -326,7 +326,7 @@ EOF if [ ! -x $TMPDIR/nfcttest ] ; then echo "[NO]" MISSING_DEFS=1 - tools_remove "libnetfilter-conntrack" + tools_remove "flowtop" else echo "[YES]" fi -- cgit v1.2.3-54-g00ecf