config: remove unrequired AC_HEADER_STDC

Autoconf says:
"This macro is obsolescent, as current systems have conforming
header files. New programs need not use this macro".
This commit is contained in:
Gaetan Nadon 2011-01-28 14:59:04 -05:00
parent d4483375e3
commit 8dac08c751

View file

@ -223,7 +223,6 @@ fi
AC_MSG_RESULT($XLIB_LOADABLE_XCURSOR)
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([sys/select.h])
# Checks for typedefs, structures, and compiler characteristics.