--- configure.orig	Sat Jan 21 18:03:45 2006
+++ configure	Wed Nov 15 12:58:20 2006
@@ -7816,6 +7816,7 @@
 
 # use fifo instead of devnode (required on mac os x)
 
+use_fifos="yes"
 
 if test "$use_fifos" = "yes"; then
   USE_FIFOS_TRUE=
@@ -9378,6 +9379,8 @@
     { echo "configure: error: *** you need to have the ALSA libraries and drivers
 	from at least version 1.0.9 for this driver" 1>&2; exit 1; }
     ;;
+  any)
+    ;;
   *)
     { echo "configure: error: *** it is not possible to install the specified driver
 	on this system" 1>&2; exit 1; }
@@ -9387,6 +9390,7 @@
 
 
 if test "$lirc_driver" = "none" || \
+	test "$lirc_driver" = "any" || \
 	test "$lirc_driver" = "alsa_usb" || \
 	test "$lirc_driver" = "userspace" || \
 	test "$lirc_driver" = "atilibusb" || \
