Add missing 'struct input_id id' to Apple IR configure check.

patch by Jan Knutar, jknutar nic fi


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27129 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-06-24 08:21:04 +00:00
parent 88a0442765
commit 9cb9c5df70
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -3643,6 +3643,7 @@ if test "$_apple_ir" = auto ; then
#include <linux/input.h>
int main(void) {
struct input_event ev;
struct input_id id;
return 0;
}
EOF