[PATCH input-mouse 09/14] config: remove unrequired AC_HEADER_STDC
Gaetan Nadon
memsize at videotron.ca
Fri May 14 13:50:11 PDT 2010
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 at videotron.ca>
---
configure.ac | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index b423afe..7a00716 100644
--- a/configure.ac
+++ b/configure.ac
@@ -60,9 +60,6 @@ PKG_CHECK_MODULES(XORG, [xorg-server >= 1.5.99.901] xproto inputproto)
# Checks for libraries.
-# Checks for header files.
-AC_HEADER_STDC
-
# Work out which OS mouse driver we need to build
case $host_os in
linux*)
--
1.6.0.4
More information about the xorg-devel
mailing list