* build: ip6.h is not required
@ 2008-06-25 8:32 Jan Engelhardt
2008-06-25 10:18 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2008-06-25 8:32 UTC (permalink / raw)
To: kaber; +Cc: Netfilter Developer Mailing List
commit 7dc7126ec9b9d56528f0e7625dae3c2c05ac947d
Author: Jan Engelhardt <jengelh@medozas.de>
Date: Wed Jun 25 10:23:54 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@medozas.de>
---
configure.ac | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 22ebb7e..f4cfcc1 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="";
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: build: ip6.h is not required
2008-06-25 8:32 build: ip6.h is not required Jan Engelhardt
@ 2008-06-25 10:18 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2008-06-25 10:18 UTC (permalink / raw)
To: Jan Engelhardt; +Cc: Netfilter Developer Mailing List
Jan Engelhardt wrote:
> commit 7dc7126ec9b9d56528f0e7625dae3c2c05ac947d
> Author: Jan Engelhardt <jengelh@medozas.de>
> Date: Wed Jun 25 10:23:54 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.
Applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-06-25 10:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 8:32 build: ip6.h is not required Jan Engelhardt
2008-06-25 10:18 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.