Browse Source

Bugfix: cairnsmore1: Enable building with libudev autodetection even if only icarus drivers are enabled

Luke Dashjr 12 years ago
parent
commit
b80b96b692
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

@@ -298,7 +298,7 @@ fi
 
 
 AM_CONDITIONAL([HAS_YASM], [test x$has_yasm = xtrue])
 AM_CONDITIONAL([HAS_YASM], [test x$has_yasm = xtrue])
 
 
-if test "x$bitforce$modminer" != xnono; then
+if test "x$bitforce$modminer$icarus" != "xnonono"; then
 	AC_ARG_WITH([libudev], [AC_HELP_STRING([--without-libudev], [Autodetect FPGAs using libudev (default enabled)])],
 	AC_ARG_WITH([libudev], [AC_HELP_STRING([--without-libudev], [Autodetect FPGAs using libudev (default enabled)])],
 		[libudev=$withval],
 		[libudev=$withval],
 		[libudev=auto]
 		[libudev=auto]