1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-08-31 16:21:49 +00:00

Typo in configure.ac

This commit is contained in:
ckolivas 2013-10-04 14:26:47 +10:00
parent 052e434846
commit b5c49aefd7

View File

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