changeset 20353:c9eb8504febd

Do not check for the existence of LIRC devices during autodetection.
author diego
date Sun, 22 Oct 2006 13:19:15 +0000
parents 8b0fff4f6943
children 7b1516f23d22
files configure
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <<EOF
 #include <lirc/lirc_client.h>
 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'