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'