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".

Reviewed-by: Rémi Cardona <remi@gentoo.org>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon
2010-05-13 14:00:41 -04:00
parent 540f1d8826
commit 59ace3b6fd

View File

@@ -60,9 +60,6 @@ PKG_CHECK_MODULES(XORG, [xorg-server >= 1.5.99.901] xproto inputproto)
# Checks for libraries.
# Checks for header files.
AC_HEADER_STDC
# Work out which OS mouse driver we need to build
case $host_os in
linux*)