From 35783a93d013e0aab4f706bc7065a1deff69724a Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 22 Oct 2006 13:19:15 +0000 Subject: Do not check for the existence of LIRC devices during autodetection. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20359 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 33ad2d3500..b7df7d3c8d 100755 --- a/configure +++ b/configure @@ -7368,13 +7368,11 @@ echores "$_joystick" echocheck "lirc" if test "$_lirc" = auto ; then _lirc=no - if test -c /dev/lirc -o -c /dev/lirc/0 ; then cat > $TMPC < int main(void) { return 0; } EOF cc_check -llirc_client && _lirc=yes - fi fi if test "$_lirc" = yes ; then _def_lirc='#define HAVE_LIRC 1' -- cgit v1.2.3