From 7fa5982d477351f7e4b825234bfa248363d3d183 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Thu, 15 Apr 2010 13:13:45 -0400 Subject: 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 --- configure.ac | 3 --- 1 file changed, 3 deletions(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3