fix crash handler not always being installed properly

This commit is contained in:
Glenn Maynard
2003-07-29 20:59:39 +00:00
parent ff3e915763
commit 1ad8b9ad0f
+1
View File
@@ -75,6 +75,7 @@ AC_DEFUN(SM_CHECK_CRASH_HANDLER,
AC_MSG_CHECKING(for crash handler components)
if test "$have_backtrace" = "yes" -a "$have_symbol_lookup" = "yes"; then
use_crash_handler=yes
AC_DEFINE([CRASH_HANDLER],1,[Define if using crash handler])
AC_MSG_RESULT(ok)
else
AC_MSG_RESULT(incomplete; crash handler will not be used)