comparison configure @ 32287:a27f96e11216

Remove unnecessary linux/types.h #include from Apple IR check.
author diego
date Sun, 26 Sep 2010 20:53:09 +0000
parents 62828818e3d4
children 1df84a32840f
comparison
equal deleted inserted replaced
32286:62828818e3d4 32287:a27f96e11216
4038 4038
4039 echocheck "Apple IR" 4039 echocheck "Apple IR"
4040 if test "$_apple_ir" = auto ; then 4040 if test "$_apple_ir" = auto ; then
4041 _apple_ir=no 4041 _apple_ir=no
4042 cat > $TMPC <<EOF 4042 cat > $TMPC <<EOF
4043 #include <linux/types.h>
4044 #include <linux/input.h> 4043 #include <linux/input.h>
4045 int main(void) { struct input_event ev; struct input_id id; return 0; } 4044 int main(void) { struct input_event ev; struct input_id id; return 0; }
4046 EOF 4045 EOF
4047 cc_check && _apple_ir=yes 4046 cc_check && _apple_ir=yes
4048 fi 4047 fi