diff options
author | Günther Deschner <gd@samba.org> | 2011-02-22 22:56:23 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-22 22:57:55 +0100 |
commit | 8bca9df258527125e6b7ec9b9ad060cc0fdc3ddf (patch) | |
tree | fd2396e02d809b935873bde94dd0de0a682f0755 /source3/wscript | |
parent | b1e5dc716e1d968edf7e2686ba1dda3a42381541 (diff) | |
download | samba-8bca9df258527125e6b7ec9b9ad060cc0fdc3ddf.tar.gz samba-8bca9df258527125e6b7ec9b9ad060cc0fdc3ddf.tar.bz2 samba-8bca9df258527125e6b7ec9b9ad060cc0fdc3ddf.zip |
s3-waf: add check for getspnam().
Guenther
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript index 72fc37fe85..b77a46e695 100644 --- a/source3/wscript +++ b/source3/wscript @@ -1482,6 +1482,11 @@ main() { headers='tdb.h', msg='Checking whether we have TDB_ERR_NESTING') + # UnixWare 7.x has its getspnam in -lgen + conf.CHECK_FUNCS_IN('getspnam', 'gen') + conf.CHECK_FUNCS_IN('getspnam', 'security') + conf.CHECK_FUNCS_IN('getspnam', 'sec') + default_static_modules=TO_LIST('''pdb_smbpasswd pdb_tdbsam pdb_wbc_sam auth_sam auth_unix auth_winbind auth_wbc auth_server auth_domain auth_builtin vfs_default |