summaryrefslogtreecommitdiff
path: root/source3/winbindd/wscript_build
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2012-06-07 20:34:33 -0400
committerIra Cooper <ira@samba.org>2012-06-08 04:38:03 +0200
commit48b6c6a6f26f52b4c6389f2fc4f8e9fb3f63f03b (patch)
treed5b8037d4bac38805df0b46b7bb7778683b2d90e /source3/winbindd/wscript_build
parent2bdfd284abe28aa64b4751b506ef0be338567a88 (diff)
downloadsamba-48b6c6a6f26f52b4c6389f2fc4f8e9fb3f63f03b.tar.gz
samba-48b6c6a6f26f52b4c6389f2fc4f8e9fb3f63f03b.tar.bz2
samba-48b6c6a6f26f52b4c6389f2fc4f8e9fb3f63f03b.zip
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 <ira@samba.org> Autobuild-Date(master): Fri Jun 8 04:38:04 CEST 2012 on sn-devel-104
Diffstat (limited to 'source3/winbindd/wscript_build')
-rw-r--r--source3/winbindd/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wscript_build b/source3/winbindd/wscript_build
index 3b5d1d3d93..d9b4d340cd 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',