Typo in configure.ac
diff --git a/configure.ac b/configure.ac
index ea0aa2d..d1270f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])