diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-04 11:44:20 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-04 11:44:20 +0100 |
commit | 9a29b01005868fef138651e9bc831e179a767b89 (patch) | |
tree | e9a414b44516b5f725c26e8b2caa08dd6469e448 | |
parent | bf08896f823d350f020b7d37940e41cb7107c28a (diff) | |
download | conntrack-tools-9a29b01005868fef138651e9bc831e179a767b89.tar.gz conntrack-tools-9a29b01005868fef138651e9bc831e179a767b89.zip |
configure: conntrack-tools >= 0.9.10 requires libnfnetlink >= 0.0.40
This patch fixes a compilation breakage when compiling the
conntrack-tools against a libnfnetlink library < 0.0.40.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cd2e7d5..d2108c5 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ case $target in esac dnl Dependencies -LIBNFNETLINK_REQUIRED=0.0.33 +LIBNFNETLINK_REQUIRED=0.0.40 LIBNETFILTER_CONNTRACK_REQUIRED=0.0.99 AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes) |