From 2538a6b87aad3526f85028689adc3eac21a91997 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sat, 22 May 2010 20:27:10 -0400 Subject: 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 | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index a764d09..fdb0575 100644 --- a/configure.ac +++ b/configure.ac @@ -133,9 +133,6 @@ AC_ARG_WITH(xorg-conf-dir, AC_SUBST(XORG_CONF_DIR) AM_CONDITIONAL(HAS_XORG_CONF_DIR, [test "x$XORG_CONF_DIR" != "x" && test "x$XORG_CONF_DIR" != "xno"]) -# Checks for header files. -AC_HEADER_STDC - AC_OUTPUT([Makefile src/Makefile man/Makefile -- cgit v1.2.3