1
0
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:
ckolivas 2013-10-04 14:26:47 +10:00 committed by Con Kolivas
parent 6cd7f0f1be
commit fb79b37fe7

View File

@ -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])