# HG changeset patch # User Darren Salt <[EMAIL PROTECTED]> # Date 1170859850 0 # Node ID 3a99ad1de4d78750bacd610696cbe739889f30b6 # Parent d09ddbdfdd33435b37f38e0853ca71defb536302 Disable the watchdog when using "make debug".
diff -r 3a99ad1de4d78750bacd610696cbe739889f30b6 -r d09ddbdfdd33435b37f38e0853ca71defb536302 configure.ac --- a/configure.ac Wed Feb 07 14:50:50 2007 +0000 +++ b/configure.ac Wed Feb 07 14:50:15 2007 +0000 @@ -582,6 +582,11 @@ po/Makefile.in po/Makefile.in ]) +AH_BOTTOM([/* Watchdog is disabled in debug builds since it can interfere with gdb usage */ +#ifdef DEBUG +# undef WITH_WATCHDOG +#endif]) + dnl doc/C/Makefile AC_CONFIG_COMMANDS([default],[[chmod +x ./misc/build_rpms.sh]],[[]]) 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
