|
|
|
@ -303,14 +303,14 @@ else
@@ -303,14 +303,14 @@ else
|
|
|
|
|
]) |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
AM_CONDITIONAL([NEED_FPGAUTILS], [test x$avalon$modminer$ztex != xnonono]) |
|
|
|
|
AM_CONDITIONAL([NEED_USBUTILS_C], [test x$bitforce$modminer$bflsc$icarus != xnononono]) |
|
|
|
|
AM_CONDITIONAL([NEED_FPGAUTILS], [test x$modminer$ztex != xnono]) |
|
|
|
|
AM_CONDITIONAL([NEED_USBUTILS_C], [test x$avalon$bitforce$modminer$bflsc$icarus != xnonononono]) |
|
|
|
|
AM_CONDITIONAL([HAVE_CURSES], [test x$curses = xyes]) |
|
|
|
|
AM_CONDITIONAL([WANT_JANSSON], [test x$request_jansson = xtrue]) |
|
|
|
|
AM_CONDITIONAL([HAVE_WINDOWS], [test x$have_win32 = xtrue]) |
|
|
|
|
AM_CONDITIONAL([HAVE_x86_64], [test x$have_x86_64 = xtrue]) |
|
|
|
|
|
|
|
|
|
if test "x$bitforce$modminer$bflsc$icarus" != xnononono; then |
|
|
|
|
if test "x$avalon$bitforce$modminer$bflsc$icarus" != xnonononono; then |
|
|
|
|
AC_DEFINE([USE_USBUTILS], [1], [Defined to 1 if usbutils support required]) |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
@ -333,7 +333,7 @@ if test "x$have_cgminer_sdk" = "xtrue"; then
@@ -333,7 +333,7 @@ if test "x$have_cgminer_sdk" = "xtrue"; then
|
|
|
|
|
PKG_CONFIG_PATH="$CGMINER_SDK/lib/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
if test "x$ztex$modminer$bitforce$bflsc$icarus" != xnonononono; then |
|
|
|
|
if test "x$avalon$ztex$modminer$bitforce$bflsc$icarus" != xnononononono; then |
|
|
|
|
case $target in |
|
|
|
|
*-*-freebsd*) |
|
|
|
|
LIBUSB_LIBS="-lusb" |
|
|
|
|