diff options
Diffstat (limited to 'net/dosdetector/files/patch-configure.in')
-rw-r--r-- | net/dosdetector/files/patch-configure.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/dosdetector/files/patch-configure.in b/net/dosdetector/files/patch-configure.in new file mode 100644 index 000000000000..69a122279615 --- /dev/null +++ b/net/dosdetector/files/patch-configure.in @@ -0,0 +1,12 @@ +--- configure.in.orig 2005-05-14 18:34:06.000000000 +0000 ++++ configure.in 2010-06-14 12:52:12.000000000 +0000 +@@ -25,4 +25,7 @@ + [AC_MSG_ERROR([Require in.h header !])]) +-AC_CHECK_HEADER(netinet/ip.h,, +- [AC_MSG_ERROR([Require ip.h header !])]) ++dnl XXX: autoconf-2.64 is a bit more stringent in its checks requiring ++dnl XXX: hacks for headers that require other header to function ++dnl XXX: so disable this for now ++dnl AC_CHECK_HEADER(netinet/ip.h,, ++dnl [AC_MSG_ERROR([Require ip.h header !])]) + AC_CHECK_HEADER(sys/socket.h,, |