From f4438a9833d36144dd43c0943e6634125d1078ab Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Fri, 17 Jul 2009 12:36:00 +0200 Subject: build: update library version requirements This patch updates the library version requirements. Signed-off-by: Pablo Neira Ayuso --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 95a02d2..28af197 100644 --- a/configure.in +++ b/configure.in @@ -18,8 +18,8 @@ case $target in esac dnl Dependencies -LIBNFNETLINK_REQUIRED=0.0.40 -LIBNETFILTER_CONNTRACK_REQUIRED=0.0.99 +LIBNFNETLINK_REQUIRED=1.0.0 +LIBNETFILTER_CONNTRACK_REQUIRED=0.0.100 AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes) if test "x$HAVE_PKG_CONFIG" = "x" -- cgit v1.2.3