[SCM] Samba Shared Repository - branch master updated - c23a6dc3ec4f9a5ea5ab4f8cb9cd62aa6cacc3a4

Tim Prouty tprouty at samba.org
Sat Nov 22 00:39:20 GMT 2008


The branch, master has been updated
       via  c23a6dc3ec4f9a5ea5ab4f8cb9cd62aa6cacc3a4 (commit)
      from  8d674e351ada654ab79d635851ac73cef71d4753 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit c23a6dc3ec4f9a5ea5ab4f8cb9cd62aa6cacc3a4
Author: Dan Sledz <dsledz at isilon.com>
Date:   Fri Nov 14 18:41:17 2008 -0800

    FreeBSD configure check for backtrace_symbols
    
    On FreeBSD backtrace_symbols is defined in libexecinfo.so.1.  Look for it
    there as well.

-----------------------------------------------------------------------

Summary of changes:
 source3/configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 1adb56a..287189f 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1033,6 +1033,8 @@ AC_CHECK_FUNCS(gettext dgettext)
 
 # Find a method of generating a stack trace
 AC_CHECK_HEADERS(execinfo.h libexc.h libunwind.h)
+# libexecinfo provides backtrace_symbols on FreeBSD
+AC_SEARCH_LIBS(backtrace_symbols, [execinfo])
 AC_CHECK_FUNCS(backtrace_symbols)
 AC_CHECK_LIB(exc, trace_back_stack)
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list