summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
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 <<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'