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
commit5da3af011abb82f8084b233f059bb9dc9e6eac14 (patch)
treee2f8e7e0382bb2af55f9a355d3584318c2bbf40f
parent658fee588cbbbb3cc204c8b4f05a7ae3be22f0a8 (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.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index aac1c2b..da3d73c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,6 @@ fi
AM_CONDITIONAL(XSERVER_LIBPCIACCESS, test "x$XSERVER_LIBPCIACCESS" = xyes)
# Checks for header files.
-AC_HEADER_STDC
AC_CHECK_HEADERS([elf.h] [elf_abi.h])
AC_SUBST([XORG_CFLAGS])