From: Michael Tremer Date: Sat, 12 Dec 2015 18:09:52 +0000 (+0000) Subject: configure: Check for all headers we use X-Git-Tag: 004~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a114ba52f54fa13ec9d14e5db7602ceef16c0157;p=collecty.git configure: Check for all headers we use Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 85a07fa..beb43f0 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,14 @@ AC_PROG_CC_C_O AC_PROG_GCC_TRADITIONAL AC_CHECK_HEADERS_ONCE([ + errno.h + fcntl.h + linux/hdreg.h mntent.h + stdbool.h + string.h + sys/ioctl.h + time.h ]) AC_PATH_PROG([XSLTPROC], [xsltproc])