From a5a857e970bbb9bc6c1ac977ff3900575ea5e8b2 Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Thu, 15 Jul 2010 20:44:45 +0200 Subject: build: update libnetfilter_conntrack dependency (>= 0.0.102) We require the latest libnetfilter_conntrack version to fix several bugs. Signed-off-by: Pablo Neira Ayuso --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3f58b9b..c0be78b 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ esac dnl Dependencies LIBNFNETLINK_REQUIRED=1.0.0 -LIBNETFILTER_CONNTRACK_REQUIRED=0.0.101 +LIBNETFILTER_CONNTRACK_REQUIRED=0.0.102 AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes) if test "x$HAVE_PKG_CONFIG" = "x" -- cgit v1.2.3