The branch, v3-2-test has been updated
       via  22b21f63d9ebd6181d9ff577ec27e33982db85db (commit)
      from  89d6bd5bc5398fbec6fbfb797ea6f10ad036c205 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 22b21f63d9ebd6181d9ff577ec27e33982db85db
Author: Dan Sledz <[EMAIL PROTECTED]>
Date:   Fri Nov 14 18:41:17 2008 -0800

    [PATCH] 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:
 source/configure.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/configure.in b/source/configure.in
index 733c31e..32d21b7 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -1053,6 +1053,8 @@ AC_CHECK_FUNCS(setbuffer shmget shm_open)
 
 # 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

Reply via email to