Author: carnold
Date: Wed Dec 12 11:04:28 2007
New Revision: 603705

URL: http://svn.apache.org/viewvc?rev=603705&view=rev
Log:
LOGCXX-1: Update build.xml for new tokens in log4cxx_private.h.in and fix Gump 
breakage

Modified:
    logging/log4cxx/trunk/build.xml

Modified: logging/log4cxx/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/logging/log4cxx/trunk/build.xml?rev=603705&r1=603704&r2=603705&view=diff
==============================================================================
--- logging/log4cxx/trunk/build.xml (original)
+++ logging/log4cxx/trunk/build.xml Wed Dec 12 11:04:28 2007
@@ -453,6 +453,12 @@
     <replaceregexp file="${include.dir}/log4cxx/private/log4cxx_private.h"
        match="@HAS_SYSLOG@"
        replace="1"/>
+    <replaceregexp file="${include.dir}/log4cxx/private/log4cxx_private.h"
+       match="@HAS_LIBESMTP@"
+       replace="0"/>
+    <replaceregexp file="${include.dir}/log4cxx/private/log4cxx_private.h"
+       match="@HAS_ODBC@"
+       replace="0"/>
 </target>
 
 <target name="build-apr" depends="init" unless="apr-available">


Reply via email to