Commit 995b6dc892ff6ef85803ac1d27a3848a237266ea

Con Kolivas 2012-01-29T10:52:24

Make bitforce off not compile bitforce.c properly.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/configure.ac b/configure.ac
index 91eecf0..0de8709 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,7 +198,7 @@ AC_CHECK_LIB(pdcurses, addstr, PDCURSES_LIBS=-lpdcurses)
 AM_CONDITIONAL([WANT_JANSSON], [test x$request_jansson = xtrue])
 AM_CONDITIONAL([HAVE_WINDOWS], [test x$have_win32 = xtrue])
 AM_CONDITIONAL([HAVE_x86_64], [test x$have_x86_64 = xtrue])
-AM_CONDITIONAL([USE_BITFORCE], [test x$bitforce != xno])
+AM_CONDITIONAL([USE_BITFORCE], [test x$bitforce = xyes])
 
 if test x$request_jansson = xtrue
 then