From 0ed9cb4546d0c65f08a9511736400c0f7fba982f Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 14 Oct 2010 20:28:08 -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(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 84b83bf..e8e093e 100644 --- a/configure.ac +++ b/configure.ac @@ -22,9 +22,6 @@ PKG_CHECK_MODULES(XPM, xproto x11) AC_SUBST(XPM_CFLAGS) AC_SUBST(XPM_LIBS) -# Checks for header files. -AC_HEADER_STDC - # Checks for functions AC_CHECK_FUNCS([strlcat]) -- cgit v1.2.1