mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-26 13:52:02 +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]
|
[bitfury=$enableval]
|
||||||
)
|
)
|
||||||
if test "x$bitfury" = xyes; then
|
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
|
fi
|
||||||
AM_CONDITIONAL([HAS_BITFURY], [test x$bitfury = xyes])
|
AM_CONDITIONAL([HAS_BITFURY], [test x$bitfury = xyes])
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user