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 | 8b8c3e5731b3347ebc7af6bf7016de884f6b21cb (patch) | |
tree | f9e925f94a549846da61678b389662b149c60b24 | |
parent | 54d16a46f2381deb05c73a5356f5e77f008ad91e (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 b733e13..9c4571e 100644 --- a/configure.ac +++ b/configure.ac @@ -89,8 +89,6 @@ AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) # Checks for libraries. -# Checks for header files. -AC_HEADER_STDC AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) |