diff options
author | Daniel Borkmann <dborkman@redhat.com> | 2013-07-12 10:36:59 +0200 |
---|---|---|
committer | Daniel Borkmann <dborkman@redhat.com> | 2013-07-12 10:38:19 +0200 |
commit | 8f92276156b1fbdeebd085b731ed4aeab3960432 (patch) | |
tree | 2eae1cfa7419e81d03d60f75ded72694ca018079 /configure | |
parent | 1d95f7520fea40c43c9e3ea86b895ca62b51d435 (diff) |
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 <dborkman@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |