From 1413af95fc1512adb62e4295b029d9248d94683d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 17 Mar 2011 14:07:50 +0100 Subject: s3-waf: add --with-pam_smbpass configure option. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We build pam_smbpass independent from this configure option though. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Mar 17 14:52:33 CET 2011 on sn-devel-104 --- source3/wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/wscript b/source3/wscript index 1df8a4ec03..c9ee92817a 100644 --- a/source3/wscript +++ b/source3/wscript @@ -46,6 +46,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('iprint', with_name="enable", without_name="disable") opt.SAMBA3_ADD_OPTION('merged-build', with_name="enable", without_name="disable") opt.SAMBA3_ADD_OPTION('pam') + opt.SAMBA3_ADD_OPTION('pam_smbpass') opt.SAMBA3_ADD_OPTION('quotas') opt.SAMBA3_ADD_OPTION('sys-quotas') opt.SAMBA3_ADD_OPTION('sendfile-support') -- cgit