Revert "Check for linux/input.h during configure"
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 14 Oct 2013 05:15:46 +0000 (15:15 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Tue, 22 Oct 2013 23:04:41 +0000 (09:04 +1000)
We now ship our own linux/input.h, so no need to have the header around locally.

This reverts commit fcf80ba3713b9d92480dc8be9ec4d88d95586ec0.

configure.ac

index df64f3b8b420d0443d1c64ca8dfdb3af48dc8f75..d25ae0cd0eaf1832012b691cf256a14378e59e16 100644 (file)
@@ -44,9 +44,6 @@ if test "x$lt_cv_prog_gnu_ld" = "xyes"; then
 fi
 AC_SUBST([GNU_LD_FLAGS], $with_ldflags)
 
-AC_CHECK_HEADER([linux/input.h], [],
-               [AC_MSG_ERROR([linux/input.h not found, install kernel headers.])])
-
 PKG_PROG_PKG_CONFIG()
 PKG_CHECK_MODULES(CHECK, [check >= 0.9.9], [HAVE_CHECK="yes"], [HAVE_CHECK="no"])
 if test "x$HAVE_CHECK" != "xyes"; then