blob: 56319b99043e69fc91136a94bd72633e7ac4cac6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
https://bugs.gentoo.org/806354
--- a/configure.ac
+++ b/configure.ac
@@ -104,13 +104,6 @@ dnl ------------------------------------
dnl Checks for header files
dnl --------------------------------------
dnl
-AC_HEADER_STDC
-if test $ac_cv_header_stdc = yes; then
- AC_MSG_RESULT(Ok! I have just found them.)
-else
- AC_MSG_ERROR(Cannot find ANSI C header files!)
-fi
-
AC_HEADER_STDBOOL
AC_CHECK_HEADERS(fcntl.h locale.h stddef.h \
stdlib.h string.h sys/file.h time.h unistd.h wchar.h wctype.h)
|