13 lines
393 B
Text
13 lines
393 B
Text
prevent from using linux/input.h if present
|
|
Index: configure
|
|
--- configure.orig
|
|
+++ configure
|
|
@@ -26412,7 +26412,7 @@ main (void)
|
|
_ACEOF
|
|
if ac_fn_c_try_compile "$LINENO"
|
|
then :
|
|
- use_input_events=yes
|
|
+ use_input_events=no
|
|
fi
|
|
rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext
|
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $use_input_events" >&5
|