mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-26 11:00:07 +01:00
Revert "Check for linux/input.h during configure"
We now ship our own linux/input.h, so no need to have the header around locally.
This reverts commit fcf80ba371.
This commit is contained in:
parent
346e3eed6a
commit
e1cabf4f67
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue