# HG changeset patch
# User Darren Salt <[EMAIL PROTECTED]>
# Date 1170952340 0
# Node ID 1d119b3797b56e076c0c85748b77d85b07f8f0f6
# Parent  6b7a13170fc6f50c240b5a663a2561bf2a2a8099
Fix watchdog disabling in debug builds (config.status was replacing the #undef).

diff -r 1d119b3797b56e076c0c85748b77d85b07f8f0f6 -r 
6b7a13170fc6f50c240b5a663a2561bf2a2a8099 configure.ac
--- a/configure.ac      Thu Feb 08 16:32:20 2007 +0000
+++ b/configure.ac      Thu Feb 08 15:08:10 2007 +0000
@@ -582,11 +582,11 @@ po/Makefile.in
 po/Makefile.in
 ])
 
-AH_BOTTOM([/* Watchdog is disabled in debug builds since it can interfere with 
gdb usage */
+dnl doc/C/Makefile
+AC_CONFIG_COMMANDS([default],
+       [[chmod +x ./misc/build_rpms.sh; echo '
 #ifdef DEBUG
 # undef WITH_WATCHDOG
-#endif])
-
-dnl doc/C/Makefile
-AC_CONFIG_COMMANDS([default],[[chmod +x ./misc/build_rpms.sh]],[[]])
+#endif' >> include/config.h
+]],[[]])
 AC_OUTPUT

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to