From 0aad81cf6196de8127e70f30c1bd99422054e22a Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Mon, 22 Jun 2009 19:43:44 +0200 Subject: configure: this library requires libnfnetlink 1.0.0 This patch updates the version dependency checking. 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 0d23b0e..62f7db6 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ case $target in esac dnl Dependencies -LIBNFNETLINK_REQUIRED=0.0.39 +LIBNFNETLINK_REQUIRED=1.0.0 AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes) if test "x$HAVE_PKG_CONFIG" = "x" -- cgit v1.2.3