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

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon 2010-07-20 20:24:42 -04:00
parent c26603e9c0
commit 93898c6d62
1 changed files with 0 additions and 2 deletions

View File

@ -63,8 +63,6 @@ PKG_CHECK_MODULES(XORG, [xorg-server >= 1.0.99.901] xproto fontsproto $REQUIRED_
# Checks for libraries.
# Checks for header files.
AC_HEADER_STDC
DRIVER_NAME=dummy
AC_SUBST([DRIVER_NAME])