From: Michael Tremer Date: Mon, 8 Jan 2018 16:30:24 +0000 (+0000) Subject: configure: Check for the existance of some headers X-Git-Tag: 0.9.0~117 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=commitdiff_plain;h=dda7cfb5ed28ea7b6c02a06132dba5aa154707cb configure: Check for the existance of some headers Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 79ae5e6..3bd88a2 100644 --- a/configure.ac +++ b/configure.ac @@ -39,6 +39,13 @@ AS_IF([test "x$enable_debug" = "xyes"], [ AC_DEFINE(ENABLE_DEBUG, [1], [Debug messages.]) ]) +AC_CHECK_HEADERS_ONCE([ + arpa/inet.h \ + endian.h \ + netinet/in.h \ + string.h \ +]) + AC_CHECK_FUNCS([ \ be16toh \ be32toh \