[Pkg-clamav-commits] [SCM] Debian repository for ClamAV branch, debian/unstable, updated. debian/0.95+dfsg-1-6156-g094ec9b

Török Edvin edwin at clamav.net
Sun Apr 4 01:03:18 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit b1ac5f5997c14ca33e1ed43fda09a289b42f3027
Author: Török Edvin <edwin at clamav.net>
Date:   Mon Aug 31 22:56:30 2009 +0300

    Fix typo.

diff --git a/configure b/configure
index e10bdf1..1761185 100755
--- a/configure
+++ b/configure
@@ -22264,7 +22264,7 @@ $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
 fi
 
 
- if test "$subdirfailed" != "yes" && test "$enable_llvm" != "noi"; then
+ if test "$subdirfailed" != "yes" && test "$enable_llvm" != "no"; then
   ENABLE_LLVM_TRUE=
   ENABLE_LLVM_FALSE='#'
 else
diff --git a/configure.in b/configure.in
index c92a31b..d7b28ca 100644
--- a/configure.in
+++ b/configure.in
@@ -1620,7 +1620,7 @@ docs/man/clamdtop.1
 ])
 
 AM_CONDITIONAL([ENABLE_LLVM],
-	       [test "$subdirfailed" != "yes" && test "$enable_llvm" != "noi"])
+	       [test "$subdirfailed" != "yes" && test "$enable_llvm" != "no"])
 no_recursion="yes";
 AC_OUTPUT([libclamav/Makefile])
 

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list