diff --git a/configure.ac b/configure.ac index 78d6d3175..fb1a9844d 100644 --- a/configure.ac +++ b/configure.ac @@ -561,9 +561,6 @@ AC_TRY_COMPILE([#include ], [DIR *dir;], CFLAGS=$glib_save_CFLAGS AC_MSG_WARN([Could not determine POSIX flag. (-posix didn't work.)]))) -# Checks for header files. -AC_HEADER_STDC - # Checks for library functions. AC_FUNC_VPRINTF AC_FUNC_ALLOCA diff --git a/glib/tests/hash.c b/glib/tests/hash.c index 716bfa2a1..492e89fc8 100644 --- a/glib/tests/hash.c +++ b/glib/tests/hash.c @@ -32,11 +32,9 @@ # include #endif -#if STDC_HEADERS #include #include #include -#endif #include