diff options
-rw-r--r-- | configure.in | 4 |
1 files 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" |