From 4093dd23af9a9c6aa41b8f0fd196c25a0cec353b Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 12 Sep 2010 00:11:26 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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' -- cgit v1.2.3