Browse Source

Typo in configure.ac

ckolivas 12 years ago
parent
commit
fb79b37fe7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
configure.ac

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