Update of /cvsroot/gqclient/gq
In directory sc8-pr-cvs1:/tmp/cvs-serv18186
Modified Files:
configure.in
Log Message:
* Added checks for the backtrace* functions needed to implement print_trace
Index: configure.in
===================================================================
RCS file: /cvsroot/gqclient/gq/configure.in,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** configure.in 11 Oct 2003 22:40:59 -0000 1.52
--- configure.in 13 Oct 2003 07:41:50 -0000 1.53
***************
*** 219,222 ****
--- 219,223 ----
if test "$DEBUG" = "1" ; then
AC_DEFINE(DEBUG,1,[Define if you want to enable some debugging features])
+ AC_CHECK_FUNCS(backtrace backtrace_symbols)
fi
|