diff configure @ 27097:b140d2455139

Add missing 'struct input_id id' to Apple IR configure check. patch by Jan Knutar, jknutar nic fi
author diego
date Tue, 24 Jun 2008 08:21:04 +0000
parents 795a1325f915
children 1a054f697218
line wrap: on
line diff
--- 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 <linux/input.h>
 int main(void) {
   struct input_event ev;
+  struct input_id id;
   return 0;
 }
 EOF