[libnetfilter_conntrack] configure: this library requires libnfnetlink 1.0.0

Pablo Neira netfilter-cvslog-bounces at lists.netfilter.org
Mon Jun 22 20:10:19 CEST 2009


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=libnetfilter_conntrack.git;a=commit;h=0aad81cf6196de8127e70f30c1bd99422054e22a
commit 0aad81cf6196de8127e70f30c1bd99422054e22a
Author:     Pablo Neira Ayuso <pablo at netfilter.org>
AuthorDate: Mon Jun 22 19:43:44 2009 +0200
Commit:     Pablo Neira Ayuso <pablo at netfilter.org>
CommitDate: Mon Jun 22 19:43:44 2009 +0200

    configure: this library requires libnfnetlink 1.0.0
    
    This patch updates the version dependency checking.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>
       via  0aad81cf6196de8127e70f30c1bd99422054e22a (commit)
      from  e23cbcdbab77ee432f592da1ea4cec958f436bed (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 0aad81cf6196de8127e70f30c1bd99422054e22a
Author: Pablo Neira Ayuso <pablo at netfilter.org>
Date:   Mon Jun 22 19:43:44 2009 +0200

    configure: this library requires libnfnetlink 1.0.0
    
    This patch updates the version dependency checking.
    
    Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

-----------------------------------------------------------------------

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
This patch updates the version dependency checking.

Signed-off-by: Pablo Neira Ayuso <pablo at netfilter.org>

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"



More information about the netfilter-cvslog mailing list