summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-02-11 19:07:02 +0000
committerJeremy Allison <jra@samba.org>2004-02-11 19:07:02 +0000
commit90b5adc557e54607e6a7aef273819f11982562c4 (patch)
tree702537b29ff67da9c965ab3d70f5b6269c43c4d8 /source3/configure.in
parent439bcaf9e716c3a22ec436abc0cce33d9ad3439b (diff)
downloadsamba-90b5adc557e54607e6a7aef273819f11982562c4.tar.gz
samba-90b5adc557e54607e6a7aef273819f11982562c4.tar.bz2
samba-90b5adc557e54607e6a7aef273819f11982562c4.zip
Added James Peach's fix for #1038.
Jeremy. (This used to be commit 5379ad98241950c581d88acbee1e256187b13582)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 7546ba6773..27d39d13ca 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -919,6 +919,8 @@ AC_CHECK_FUNCS(syslog vsyslog timegm)
AC_CHECK_FUNCS(setlocale nl_langinfo)
# setbuffer, shmget, shm_open are needed for smbtorture
AC_CHECK_FUNCS(setbuffer shmget shm_open backtrace_symbols)
+AC_CHECK_HEADERS(libexc.h)
+AC_CHECK_LIB(exc, trace_back_stack)
# syscall() is needed for smbwrapper.
AC_CHECK_FUNCS(syscall)