[PATCH libevdev 8/8] Revert "Check for linux/input.h during configure"

Peter Hutterer peter.hutterer at who-t.net
Sun Oct 13 23:14:56 PDT 2013


We now ship our own linux/input.h, so no need to have the header around locally.

This reverts commit fcf80ba3713b9d92480dc8be9ec4d88d95586ec0.
---
 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index df64f3b..d25ae0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
-- 
1.8.3.1



More information about the Input-tools mailing list