1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 05:37:04 +00:00

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

2
configure vendored
View File

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