From 59ace3b6fd3c1901e8025f4785c31d514aac3b3f Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 13 May 2010 14:00:41 -0400 Subject: [PATCH] config: remove unrequired AC_HEADER_STDC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Gaetan Nadon --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index b423afe..7a00716 100644 --- a/configure.ac +++ b/configure.ac @@ -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*)