[iptables] build: ip6.h is not required

Patrick McHardy netfilter-cvslog-bounces at lists.netfilter.org
Wed Jun 25 12:31:41 CEST 2008


Gitweb:		http://git.netfilter.org/cgi-bin/gitweb.cgi?p=iptables.git;a=commit;h=b7580450b4c669846fe840997984dfaaa9c39a71
commit b7580450b4c669846fe840997984dfaaa9c39a71
Author:     Jan Engelhardt <jengelh at medozas.de>
AuthorDate: Wed Jun 25 12:18:23 2008 +0200
Commit:     Patrick McHardy <kaber at trash.net>
CommitDate: Wed Jun 25 12:18:23 2008 +0200

    build: ip6.h is not required
    
    Remove the check from configure.ac that errors out when ip6.h is not
    found. The code does not actually depend on any structures from it.
    
    Reported-by: anonymous
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>
       via  b7580450b4c669846fe840997984dfaaa9c39a71 (commit)
      from  ee3228af38ec98c60a3b6f72a9b1c75b5ef53641 (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 b7580450b4c669846fe840997984dfaaa9c39a71
Author: Jan Engelhardt <jengelh at medozas.de>
Date:   Wed Jun 25 12:18:23 2008 +0200

    build: ip6.h is not required
    
    Remove the check from configure.ac that errors out when ip6.h is not
    found. The code does not actually depend on any structures from it.
    
    Reported-by: anonymous
    Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
    Signed-off-by: Patrick McHardy <kaber at trash.net>

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

 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
Remove the check from configure.ac that errors out when ip6.h is not
found. The code does not actually depend on any structures from it.

Reported-by: anonymous
Signed-off-by: Jan Engelhardt <jengelh at medozas.de>
Signed-off-by: Patrick McHardy <kaber at trash.net>

diff --git a/configure.ac b/configure.ac
index 2d2f90f..09e5d0d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,6 @@ AC_ARG_ENABLE([devel],
 AC_ARG_ENABLE([libipq],
 	AS_HELP_STRING([--enable-libipq], [Build and install libipq]))
 
-AC_CHECK_HEADER([netinet/ip6.h], [], [AC_MSG_ERROR(but we need that for IPv6)])
 AC_CHECK_HEADER([linux/dccp.h])
 
 blacklist_modules="";



More information about the netfilter-cvslog mailing list