summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-12 00:11:26 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:46 +0200
commit4093dd23af9a9c6aa41b8f0fd196c25a0cec353b (patch)
treee5644548f30b35b871e30365ff3e7579567d13e0 /configure
parenta64cd8d3c802f91ae77d1cf20ee9300bea079cd6 (diff)
downloadmpv-4093dd23af9a9c6aa41b8f0fd196c25a0cec353b.tar.bz2
mpv-4093dd23af9a9c6aa41b8f0fd196c25a0cec353b.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 0a141d1851..176c4d3fc9 100755
--- a/configure
+++ b/configure
@@ -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'