From 6412c045db94d54f2b4eb93250fb3896e858ea85 Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 8 Jul 2013 10:19:44 +0200 Subject: config: execute check_libnf_ct function to check for conntrack The check_libnf_ct function is implemented in configure, but it was not executed currently. So from now on invoke it and check for netfilter's conntrack library. Signed-off-by: Daniel Borkmann --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index bcd59f6..f5b7732 100755 --- a/configure +++ b/configure @@ -235,6 +235,7 @@ check_ccache check_nacl check_libnl check_tpacket +check_libnf_ct check_ncurses check_libgeoip -- cgit v1.2.3-54-g00ecf