summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 89fce97..85f2152 100644
--- a/configure.in
+++ b/configure.in
@@ -31,9 +31,9 @@ AC_FUNC_VPRINTF
AC_CHECK_FUNCS(socket strerror)
dnl Check for the right nfnetlink version
-LIBNFNETLINK_REQUIRED=0.0.30
-LIBNETFILTER_CONNTRACK_REQUIRED=0.0.94
-LIBNETFILTER_LOG_REQUIRED=0.0.13
+LIBNFNETLINK_REQUIRED=0.0.39
+LIBNETFILTER_CONNTRACK_REQUIRED=0.0.95
+LIBNETFILTER_LOG_REQUIRED=0.0.14
PKG_CHECK_MODULES(LIBNFNETLINK, libnfnetlink >= $LIBNFNETLINK_REQUIRED,, AC_MSG_ERROR(Cannot find libnfnetlink >= $LIBNFNETLINK_REQUIRED))