[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:17:53 UTC 2010


The following commit has been merged in the debian/unstable branch:
commit 4311fe44d579b2bbb5531ac3aadcd53b3b8b2751
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Jan 29 15:59:05 2010 +0200

    reverse this condition.

diff --git a/configure b/configure
index adf0fd6..a29a037 100755
--- a/configure
+++ b/configure
@@ -25202,9 +25202,9 @@ else
 fi
 
 fi
-have_jit="yes"
+have_jit="no"
 if test "$subdirfailed" = "no"; then
-    have_jit="no"
+    have_jit="yes"
 fi
 
 
diff --git a/configure.in b/configure.in
index 30c115e..4c4584a 100644
--- a/configure.in
+++ b/configure.in
@@ -1666,9 +1666,9 @@ if test "x$enable_debug" = "xyes"; then
 else
     CL_MSG_STATUS([release mode],[no],[debug build])
 fi
-have_jit="yes"
+have_jit="no"
 if test "$subdirfailed" = "no"; then
-    have_jit="no"
+    have_jit="yes"
 fi
 CL_MSG_STATUS([jit         ],[$have_jit],[$enable_llvm])
 CL_MSG_STATUS([mempool     ],[$have_mempool],[$enable_mempool])

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list