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 | 78c1ea02b3e219e466b83ef00eec54f307c2ec68 (patch) | |
tree | 6a0bab4400fb9a8c8c685b4ffea3d47fe94a9b44 /configure.ac | |
parent | fed5c9e4c8d0b5b4c706f67ccba5556cb4b0b1bd (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>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 7aef38d..1dabd17 100644 --- a/configure.ac +++ b/configure.ac @@ -77,8 +77,6 @@ if test "x$XSERVER_LIBPCIACCESS" = xyes; then fi AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes) -# Checks for header files. -AC_HEADER_STDC AC_SUBST([XORG_CFLAGS]) AC_SUBST([moduledir]) |