summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-07-20 20:24:42 -0400
committerGaetan Nadon <memsize@videotron.ca>2010-07-20 20:24:42 -0400
commit63ae8222aea5f3e2d9150b2612679c27168e06d9 (patch)
treecd4d1b596ae38b848aba037b79af5a88fb02afd8
parent6c4fa6e431771e379b782a70a30aeb16eb736e08 (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.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b75839f..7777b24 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
AC_SUBST([XORG_CFLAGS])
AC_SUBST([moduledir])