Mercurial > mplayer.hg
diff configure @ 32091:76c60eb30d56
Enable Apple remote code when compiling is possible; do not require running it.
author | diego |
---|---|
date | Sun, 12 Sep 2010 00:11:26 +0000 |
parents | 7f6ac03eb2ce |
children | 827d6d2f0afa |
line wrap: on
line diff
--- a/configure Sat Sep 11 23:53:15 2010 +0000 +++ b/configure Sun Sep 12 00:11:26 2010 +0000 @@ -4170,7 +4170,7 @@ 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'