diff options
author | Tim Potter <tpot@samba.org> | 2004-02-11 10:30:46 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2004-02-11 10:30:46 +0000 |
commit | 49a9596c6223573a6a38cf310d366e713a3c1555 (patch) | |
tree | d98f2723700275ea7991d3ba93a1e6f4ba16af06 /source3/configure.in | |
parent | 1a3421b18e3adb274f990c75ba099ba8fc457a7d (diff) | |
download | samba-49a9596c6223573a6a38cf310d366e713a3c1555.tar.gz samba-49a9596c6223573a6a38cf310d366e713a3c1555.tar.bz2 samba-49a9596c6223573a6a38cf310d366e713a3c1555.zip |
Applied James Peach's stack backtrace patch for IRIX.
(This used to be commit 056bf382d748ca06a1937ee19b0193430199f63b)
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index 38f908007c..7cc42fe5bd 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -921,6 +921,10 @@ AC_CHECK_FUNCS(setlocale nl_langinfo) # setbuffer, shmget, shm_open are needed for smbtorture AC_CHECK_FUNCS(setbuffer shmget shm_open backtrace_symbols) +# IRIX stack backtrace +AC_CHECK_HEADERS(libexc.h) +AC_CHECK_LIB(exc, trace_back_stack) + # syscall() is needed for smbwrapper. AC_CHECK_FUNCS(syscall) |