[PATCH] enable/disable-transactions

David Relson relson at osagesoftware.com
Wed Jan 5 13:47:58 CET 2005


On Wed, 5 Jan 2005 12:00:41 +0100
Torsten Veller wrote:

> I have some issues with the configure script.
> The FEATURE 'transactions' is perverted.

Hi Torsten,

Good catch!  A bad patch on 26 Dec reversed the enable/disable testing
in configure.ac.  Here's the fix:

--- 09331/configure.ac	2004-12-26 11:50:49.000000000 -0500
+++ cvs/configure.ac	2005-01-05 07:38:40.800516232 -0500
@@ -293,7 +320,7 @@
 
 AC_CACHE_SAVE
 
-AM_CONDITIONAL(ENABLE_TRANSACTIONS, test "x$enable_transactions" != "xyes")
+AM_CONDITIONAL(ENABLE_TRANSACTIONS, test "x$enable_transactions" != "xno")
 
 WITH_DB_ENGINE=db
 AC_ARG_WITH(database,



More information about the bogofilter-dev mailing list