diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-07 17:55:51 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:44 +1000 |
commit | 64ba3c767283ce30551a08c30c578ba93ce2dea0 (patch) | |
tree | 5fa404221830eb29aa20fc9aca1ab57f4579ed01 /source4/auth/wscript_configure | |
parent | 6beff490c552159f24f9b84da33af83c1e626322 (diff) | |
download | samba-64ba3c767283ce30551a08c30c578ba93ce2dea0.tar.gz samba-64ba3c767283ce30551a08c30c578ba93ce2dea0.tar.bz2 samba-64ba3c767283ce30551a08c30c578ba93ce2dea0.zip |
build: check for libsasl2
Diffstat (limited to 'source4/auth/wscript_configure')
-rw-r--r-- | source4/auth/wscript_configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/auth/wscript_configure b/source4/auth/wscript_configure index f12a343098..842870cca3 100644 --- a/source4/auth/wscript_configure +++ b/source4/auth/wscript_configure @@ -1,2 +1,6 @@ conf.CHECK_HEADERS('security/pam_appl.h') conf.CHECK_FUNCS_IN('pam_start', 'pam') + +conf.CHECK_HEADERS('sasl/sasl.h') +conf.CHECK_FUNCS_IN('sasl_client_init', 'sasl2') + |