Browse Source

Typo in configure.ac

nfactor-troky
ckolivas 11 years ago committed by Con Kolivas
parent
commit
fb79b37fe7
  1. 2
      configure.ac

2
configure.ac

@ -249,7 +249,7 @@ AC_ARG_ENABLE([bitfury], @@ -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…
Cancel
Save