From 96daa64b9ce5a44474fa0c62c5cc5971496120ee Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Tue, 20 Jul 2010 20:24:42 -0400 Subject: [PATCH] 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 --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index a81f734..37f7888 100644 --- a/configure.ac +++ b/configure.ac @@ -75,8 +75,6 @@ sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server` # Checks for libraries. -# Checks for header files. -AC_HEADER_STDC if test "$DRI" != no; then AC_CHECK_FILE([${sdkdir}/dri.h],