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
commitbfa6c1607bab7d04aba747fc964608bc97ca43b4 (patch)
tree3f8408f416cbf268d7deb9f80b5ee2d70b3272a9
parent651282bbe144e094ce342a2433d8e2e0d2f96277 (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 639d290..5baa35e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,8 +69,6 @@ AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
[#include "xorg-server.h"])
CPPFLAGS="$SAVE_CPPFLAGS"
-# Checks for header files.
-AC_HEADER_STDC
if test "x$XSERVER_LIBPCIACCESS" = xyes; then
PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0])