# HG changeset patch # User diego # Date 1161523155 0 # Node ID c9eb8504febd21b08e248db2aaf8f4d75bedfd85 # Parent 8b0fff4f69432dfee76e476704fac79445e64bad Do not check for the existence of LIRC devices during autodetection. diff -r 8b0fff4f6943 -r c9eb8504febd configure --- a/configure Sun Oct 22 12:50:53 2006 +0000 +++ b/configure Sun Oct 22 13:19:15 2006 +0000 @@ -7368,13 +7368,11 @@ 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'