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 <[email protected]> --- configure.ac | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9bce2f0..b1352ec 100644 --- a/configure.ac +++ b/configure.ac @@ -67,9 +67,6 @@ AC_SUBST([sdkdir]) # Checks for libraries. -# Checks for header files. -AC_HEADER_STDC - DRIVER_NAME=evdev AC_SUBST([DRIVER_NAME]) -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
