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


The following commit has been merged in the debian/unstable branch:
commit 16a94a51ce29b2d1db8215f9e80611e4f94d1d08
Author: Török Edvin <edwin at clamav.net>
Date:   Fri Jan 29 17:43:43 2010 +0200

    fix inverted message

diff --git a/configure b/configure
index a29a037..b0aa737 100755
--- a/configure
+++ b/configure
@@ -25177,20 +25177,6 @@ if test "x$enable_debug" = "xyes"; then
 
 
    $as_echo_n "              release mode: "
-   if test "xyes" = "xno"; then :
-  $as_echo "yes (disabled)"
-elif test "xyes" = "xyes"; then :
-  $as_echo "yes"
-elif test "xyes" = "x"; then :
-  $as_echo "yes"
-else
-  $as_echo "yes (yes)"
-fi
-
-else
-
-
-   $as_echo_n "              release mode: "
    if test "xdebug build" = "xno"; then :
   $as_echo "no (disabled)"
 elif test "xdebug build" = "xyes"; then :
@@ -25201,6 +25187,20 @@ else
   $as_echo "no (debug build)"
 fi
 
+else
+
+
+   $as_echo_n "              release mode: "
+   if test "xyes" = "xno"; then :
+  $as_echo "yes (disabled)"
+elif test "xyes" = "xyes"; then :
+  $as_echo "yes"
+elif test "xyes" = "x"; then :
+  $as_echo "yes"
+else
+  $as_echo "yes (yes)"
+fi
+
 fi
 have_jit="no"
 if test "$subdirfailed" = "no"; then
diff --git a/configure.in b/configure.in
index 4c4584a..4c85416 100644
--- a/configure.in
+++ b/configure.in
@@ -1662,9 +1662,9 @@ CL_MSG_STATUS([milter      ],[yes],[$have_milter])
 
 AC_MSG_NOTICE([Summary of engine performance features)])
 if test "x$enable_debug" = "xyes"; then
-    CL_MSG_STATUS([release mode],[yes],[yes])
-else
     CL_MSG_STATUS([release mode],[no],[debug build])
+else
+    CL_MSG_STATUS([release mode],[yes],[yes])
 fi
 have_jit="no"
 if test "$subdirfailed" = "no"; then

-- 
Debian repository for ClamAV



More information about the Pkg-clamav-commits mailing list