comparison configure.ac @ 14098:a8c9d714658c

[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 <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 12 Aug 2006 21:13:25 +0000
parents eb58c6169e6c
children dabbcb9b013d
comparison
equal deleted inserted replaced
14097:7ded3834168f 14098:a8c9d714658c
544 AC_CHECK_HEADER(sys/utsname.h) 544 AC_CHECK_HEADER(sys/utsname.h)
545 AC_CHECK_FUNC(uname) 545 AC_CHECK_FUNC(uname)
546 546
547 if test "x$enable_debug" = "xyes" ; then 547 if test "x$enable_debug" = "xyes" ; then
548 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.]) 548 AC_DEFINE(DEBUG, 1, [Define if debugging is enabled.])
549 enable_fatal_asserts="yes"
550 fi 549 fi
551 550
552 if test "x$enable_fatal_asserts" = "xyes" ; then 551 if test "x$enable_fatal_asserts" = "xyes" ; then
553 AC_DEFINE(GAIM_FATAL_ASSERTS, 1, [Define to make assertions fatal (useful for debugging).]) 552 AC_DEFINE(GAIM_FATAL_ASSERTS, 1, [Define to make assertions fatal (useful for debugging).])
554 fi 553 fi
1820 echo Use kerberos 4 with zephyr.... : $kerberos 1819 echo Use kerberos 4 with zephyr.... : $kerberos
1821 echo Use external libzephyr........ : $zephyr 1820 echo Use external libzephyr........ : $zephyr
1822 echo 1821 echo
1823 echo Use XScreenSaver Extension.... : $enable_xss 1822 echo Use XScreenSaver Extension.... : $enable_xss
1824 echo Use X Session Management...... : $enable_sm 1823 echo Use X Session Management...... : $enable_sm
1825 echo Use startup notification.......: $enable_startup_notification 1824 echo Use startup notification...... : $enable_startup_notification
1826 echo 1825 echo
1827 echo Print debugging messages...... : $enable_debug 1826 echo Print debugging messages...... : $enable_debug
1827 echo Assertions are fatal.......... : $enable_fatal_asserts
1828 echo 1828 echo
1829 eval eval echo Gaim will be installed in $bindir. 1829 eval eval echo Gaim will be installed in $bindir.
1830 if test "x$gaimpath" != "x" ; then 1830 if test "x$gaimpath" != "x" ; then
1831 echo Warning: You have an old copy of gaim at $gaimpath. 1831 echo Warning: You have an old copy of gaim at $gaimpath.
1832 fi 1832 fi