mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-22 20:44:19 +00:00
Make bitforce off not compile bitforce.c properly.
This commit is contained in:
parent
49e35799d2
commit
995b6dc892
@ -198,7 +198,7 @@ AC_CHECK_LIB(pdcurses, addstr, PDCURSES_LIBS=-lpdcurses)
|
||||
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])
|
||||
AM_CONDITIONAL([USE_BITFORCE], [test x$bitforce != xno])
|
||||
AM_CONDITIONAL([USE_BITFORCE], [test x$bitforce = xyes])
|
||||
|
||||
if test x$request_jansson = xtrue
|
||||
then
|
||||
|
Loading…
x
Reference in New Issue
Block a user