From: Ira Cooper Date: Fri, 8 Jun 2012 00:34:33 +0000 (-0400) Subject: s3-waf: Fix the winbindd active directory idmap support build. X-Git-Tag: tevent-0.9.16~13 X-Git-Url: http://git.samba.org/samba.git/?p=kamenim%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=48b6c6a6f26f52b4c6389f2fc4f8e9fb3f63f03b s3-waf: Fix the winbindd active directory idmap support build. This fixes the SAMBA3_MODULE for idmap_ad so it will actually attempt to build. Autobuild-User(master): Ira Cooper Autobuild-Date(master): Fri Jun 8 04:38:04 CEST 2012 on sn-devel-104 --- diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build index 3b5d1d3d93d..d9b4d340cdb 100644 --- a/source3/winbindd/wscript_build +++ b/source3/winbindd/wscript_build @@ -52,7 +52,7 @@ bld.SAMBA3_MODULE('idmap_ad', deps='IDMAP_AD', init_function='', internal_module=bld.SAMBA3_IS_STATIC_MODULE('idmap_ad'), - enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ad' and bld.env.HAVE_LDAP)) + enabled=bld.SAMBA3_IS_ENABLED_MODULE('idmap_ad') and bld.env.HAVE_LDAP) bld.SAMBA3_MODULE('idmap_rid', subsystem='idmap',