# HG changeset patch # User Mark Doliner # Date 1155417205 0 # Node ID a8c9d714658cd39ade6fa2bca3074d1d2b40c23d # Parent 7ded3834168f5b43faa489524e7fd36c8a1f4f2c [gaim-migrate @ 16727] I decided that it's probably not a good idea to enable_fatal_asserts when --enable-debug is passed to autogen.sh/configure. However, EVERY Gaim dev, summer of code student and crazy patch writer should pass "--enable-fatal-asserts" to Gaim's autogen.sh/configure (It causes Gaim to segfault when g_return_val_if_fail() fails) committer: Tailor Script diff -r 7ded3834168f -r a8c9d714658c configure.ac --- a/configure.ac Sat Aug 12 21:07:34 2006 +0000 +++ b/configure.ac Sat Aug 12 21:13:25 2006 +0000 @@ -546,7 +546,6 @@ if test "x$enable_debug" = "xyes" ; then AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.]) - enable_fatal_asserts="yes" fi if test "x$enable_fatal_asserts" = "xyes" ; then @@ -1822,9 +1821,10 @@ echo echo Use XScreenSaver Extension.... : $enable_xss echo Use X Session Management...... : $enable_sm -echo Use startup notification.......: $enable_startup_notification +echo Use startup notification...... : $enable_startup_notification echo echo Print debugging messages...... : $enable_debug +echo Assertions are fatal.......... : $enable_fatal_asserts echo eval eval echo Gaim will be installed in $bindir. if test "x$gaimpath" != "x" ; then