]> git.ipfire.org Git - collecty.git/commitdiff
configure: Check for all headers we use
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 12 Dec 2015 18:09:52 +0000 (18:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 12 Dec 2015 18:09:52 +0000 (18:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index 85a07fa07449956bba0016776292d810b9eaee02..beb43f05219b802967b984ba9f46883f28e207dd 100644 (file)
@@ -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])