From: Alon Bar-Lev Date: Sun, 8 Apr 2012 19:22:09 +0000 (+0300) Subject: build: properly detect netinet/ip.h structs X-Git-Tag: v2.3_alpha2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4025a59575a9a90cb96fde01eba8db3c1cab0b2b;p=thirdparty%2Fopenvpn.git build: properly detect netinet/ip.h structs Signed-off-by: Alon Bar-Lev Acked-by: David Sommerseth Signed-off-by: David Sommerseth --- diff --git a/configure.ac b/configure.ac index 0f1ca9980..1f32c9d4b 100644 --- a/configure.ac +++ b/configure.ac @@ -396,6 +396,9 @@ SOCKET_INCLUDES=" #ifdef HAVE_NETINET_IN_SYSTM_H #include #endif +#ifdef HAVE_NETINET_IP_H +#include +#endif " AC_CHECK_HEADERS(