s3-waf: add --with-pam_smbpass configure option.
authorGünther Deschner <gd@samba.org>
Thu, 17 Mar 2011 13:07:50 +0000 (14:07 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 17 Mar 2011 13:52:33 +0000 (14:52 +0100)
We build pam_smbpass independent from this configure option though.

Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Mar 17 14:52:33 CET 2011 on sn-devel-104

source3/wscript

index 1df8a4ec03bf8ace66f801bae47c00eddc9b9896..c9ee92817a4b0ed0271b7acd0642885001fd3f0d 100644 (file)
@@ -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')