diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-20 16:49:02 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:56 +1000 |
commit | 81d155af96104ce6b84d0e51f0fd052329551dc3 (patch) | |
tree | 01f29ba5bef423d2a9bb68f76995f4a37ea595dd /source4/auth/wscript_configure | |
parent | 8005100b2e06bab32db6aeb0572eac9faac2ab7b (diff) | |
download | samba-81d155af96104ce6b84d0e51f0fd052329551dc3.tar.gz samba-81d155af96104ce6b84d0e51f0fd052329551dc3.tar.bz2 samba-81d155af96104ce6b84d0e51f0fd052329551dc3.zip |
build: check libc first for several libraries
Diffstat (limited to 'source4/auth/wscript_configure')
-rw-r--r-- | source4/auth/wscript_configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/wscript_configure b/source4/auth/wscript_configure index 7a932697c6..c0ca7676c3 100644 --- a/source4/auth/wscript_configure +++ b/source4/auth/wscript_configure @@ -1,5 +1,5 @@ conf.CHECK_HEADERS('security/pam_appl.h') -conf.CHECK_FUNCS_IN('pam_start', 'pam') +conf.CHECK_FUNCS_IN('pam_start', 'pam', checklibc=True) if (conf.CHECK_HEADERS('sasl/sasl.h') and conf.CHECK_FUNCS_IN('sasl_client_init', 'sasl2')): |