Browse Source

Include libusb in options list, since it is no longer tied to specific drivers

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

+ 1 - 0
configure.ac

@@ -501,6 +501,7 @@ AM_CONDITIONAL([HAS_MODMINER], [test x$modminer = xyes])
 
 PKG_PROG_PKG_CONFIG()
 
+optlist="$optlist libusb"
 libusb=no
 libusb_include_path=""
 AC_ARG_WITH([libusb],