diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 20:24:42 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 20:24:42 -0400 |
commit | 1fcb540b7c08fd1b3b094b3d661d1b6800d4993c (patch) | |
tree | 32197c2ffb49092acf7226418960770ab775a44d | |
parent | daf89fba39a18608c8560f635cd91218c7bfcd52 (diff) |
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>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index bd23616..a4f1f0a 100644 --- a/configure.ac +++ b/configure.ac @@ -85,8 +85,6 @@ AC_CHECK_DECL(xf86ConfigIsaEntity, [#include "xf86.h"]) CFLAGS="$save_CFLAGS" -# Checks for header files. -AC_HEADER_STDC # Checks for functions (often defined as inlines in compiler.h) AC_MSG_CHECKING([for inb]) |