summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-07-08 10:19:44 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-07-08 10:19:44 +0200
commit6412c045db94d54f2b4eb93250fb3896e858ea85 (patch)
tree21ac3ced0ea15ff9500790388747ff83192c6ef1 /configure
parentfb9f1275adaa63b6c7791ce224346638f33e0708 (diff)
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 <dborkman@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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