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
commit78c1ea02b3e219e466b83ef00eec54f307c2ec68 (patch)
tree6a0bab4400fb9a8c8c685b4ffea3d47fe94a9b44
parentfed5c9e4c8d0b5b4c706f67ccba5556cb4b0b1bd (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 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])