Browse code

Fix typo.

Török Edvin authored on 2009/09/01 04:56:30
Showing 2 changed files
... ...
@@ -22264,7 +22264,7 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
22264 22264
 fi
22265 22265
 
22266 22266
 
22267
- if test "$subdirfailed" != "yes" && test "$enable_llvm" != "noi"; then
22267
+ if test "$subdirfailed" != "yes" && test "$enable_llvm" != "no"; then
22268 22268
   ENABLE_LLVM_TRUE=
22269 22269
   ENABLE_LLVM_FALSE='#'
22270 22270
 else
... ...
@@ -1620,7 +1620,7 @@ docs/man/clamdtop.1
1620 1620
 ])
1621 1621
 
1622 1622
 AM_CONDITIONAL([ENABLE_LLVM],
1623
-	       [test "$subdirfailed" != "yes" && test "$enable_llvm" != "noi"])
1623
+	       [test "$subdirfailed" != "yes" && test "$enable_llvm" != "no"])
1624 1624
 no_recursion="yes";
1625 1625
 AC_OUTPUT([libclamav/Makefile])
1626 1626