diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 20:24:42 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-07-20 20:24:42 -0400 |
commit | a98fd5c4759031d6318fa1926773f8ac68e52379 (patch) | |
tree | de5bb016272b7a7e33fd8b7deb12216478a0a43b | |
parent | 3971681ab2e4e2672da2824e2f4a5eb184a4728f (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.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0030856..e4fe1d7 100644 --- a/configure.ac +++ b/configure.ac @@ -65,8 +65,6 @@ PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1], HAVE_XEXTPROTO_71="no") AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ]) -# Checks for header files. -AC_HEADER_STDC PKG_CHECK_MODULES([PCIACCESS], [pciaccess >= 0.8.0]) |