configure: change Apple remote test to just compile, not run

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32175 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2010-09-12 00:11:26 +00:00 committed by Uoti Urpala
parent a64cd8d3c8
commit 4093dd23af
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3886,7 +3886,7 @@ int main(void) {
return 0;
}
EOF
cc_check -framework IOKit && tmp_run && _apple_remote=yes
cc_check -framework IOKit && _apple_remote=yes
fi
if test "$_apple_remote" = yes ; then
def_apple_remote='#define CONFIG_APPLE_REMOTE 1'