blob: db9754c7e4c6b64a9bc1b5a8c2a33ef5e0c43ec7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
AC_INCLUDES_DEFAULT isn't actually needed and it causes a QA warning.
https://bugs.gentoo.org/921033
--- a/configure.ac
+++ b/configure.ac
@@ -402,7 +402,6 @@ dnl Checks for typedefs, structures, and compiler characteristics.
SILENT_BOX([Checking types])
AC_HEADER_DIRENT
-AC_INCLUDES_DEFAULT
AC_PROG_EGREP
AC_CHECK_HEADERS_ONCE([sys/time.h])
|