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 | 91a354748c18c0368932df6ab1f9ebab17780338 (patch) | |
tree | 4f98519ed81051df966286dfba83c5d219a943db | |
parent | 67b7e53a3a745fc84e3aacda883c17758d4c7927 (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 b0c576a..dc5fcd4 100644 --- a/configure.ac +++ b/configure.ac @@ -69,8 +69,6 @@ AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ]) # Checks for libraries. -# Checks for header files. -AC_HEADER_STDC save_CFLAGS="$CFLAGS" CFLAGS="$XORG_CFLAGS" |