summaryrefslogtreecommitdiff
path: root/configure.ac
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
commit5b483b832f9c4a5b92ffb7f72a470669201f1fba (patch)
treecb9612d16c988490c9acd643c7c81226529cb6a9 /configure.ac
parent6574e3a16eb3631ee7e00ee60a8c9ba95c8b84ef (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.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e21c1f47..c7e4f0b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,8 +95,6 @@ AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ])
# Checks for libraries.
-# Checks for header files.
-AC_HEADER_STDC
if test "$DRI" != no; then
PKG_CHECK_MODULES(DRI, [libdrm >= 2.2 xf86driproto])