diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-03-01 12:57:12 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-03-01 22:04:45 +1100 |
commit | 6090a155f0d11effad565ffa37af9a26fff5e715 (patch) | |
tree | 11a7ba6095701a35d949b77594fc145455adba23 /source3/wscript | |
parent | b2a6b2f750afaf5ea326b39fd4223cb4ab7d7732 (diff) | |
download | samba-6090a155f0d11effad565ffa37af9a26fff5e715.tar.gz samba-6090a155f0d11effad565ffa37af9a26fff5e715.tar.bz2 samba-6090a155f0d11effad565ffa37af9a26fff5e715.zip |
build: look for backtrace_symbols in libexec
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 4fe0535386..829a7e3b7d 100644 --- a/source3/wscript +++ b/source3/wscript @@ -226,7 +226,7 @@ if (0) { conf.CHECK_FUNCS(''' _acl __acl add_proplist_entry atexit attr_getf attr_list attr_listf -attropen attr_remove attr_removef attr_set attr_setf backtrace_symbols +attropen attr_remove attr_removef attr_set attr_setf bindtextdomain _chdir __chdir chflags chmod _close __close _closedir __closedir closedir64 creat64 crypt16 delproplist devnm dgettext dirfd DNSServiceRegister _dup __dup _dup2 __dup2 endmntent execl |