# HG changeset patch # User diego # Date 1214295664 0 # Node ID b140d245513979cb43b51cd7f1d275df9b433d70 # Parent a2c8efd917eab6dd61ab93776a434e96affc6472 Add missing 'struct input_id id' to Apple IR configure check. patch by Jan Knutar, jknutar nic fi diff -r a2c8efd917ea -r b140d2455139 configure --- a/configure Mon Jun 23 14:46:55 2008 +0000 +++ b/configure Tue Jun 24 08:21:04 2008 +0000 @@ -3643,6 +3643,7 @@ #include int main(void) { struct input_event ev; + struct input_id id; return 0; } EOF