mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 14:58:01 +00:00
Typo in configure.ac
This commit is contained in:
parent
6cd7f0f1be
commit
fb79b37fe7
@ -249,7 +249,7 @@ AC_ARG_ENABLE([bitfury],
|
||||
[bitfury=$enableval]
|
||||
)
|
||||
if test "x$bitfury" = xyes; then
|
||||
AC_DEFINE([USE_BITFURY], [1], [Defined to 1 if BitForce support is wanted])
|
||||
AC_DEFINE([USE_BITFURY], [1], [Defined to 1 if BitFury support is wanted])
|
||||
fi
|
||||
AM_CONDITIONAL([HAS_BITFURY], [test x$bitfury = xyes])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user