From 3981399957a8f2d608adb33e9ced1c50bcb1f5dc Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 14:52:25 +1100 Subject: s4-waf: removed the XATTR and SASL aliases these were hangovers from the old build system names Pair-Programmed-With: Andrew Bartlett --- source4/auth/gensec/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth') diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index 4c8ced613b..a1c3257979 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -31,7 +31,7 @@ bld.SAMBA_MODULE('cyrus_sasl', source='cyrus_sasl.c', subsystem='gensec', init_function='gensec_sasl_init', - deps='CREDENTIALS SASL', + deps='CREDENTIALS sasl2', enabled=bld.CONFIG_SET('HAVE_SASL') ) -- cgit