summaryrefslogtreecommitdiff
path: root/source4/dsdb/samdb/ldb_modules
diff options
context:
space:
mode:
authorDavid Disseldorp via samba-technical <samba-technical@lists.samba.org>2019-01-30 17:13:47 +0100
committerNoel Power <npower@samba.org>2019-02-01 16:08:25 +0100
commitbdb90ec974b31a6430a2f2329364b01d6f7270c6 (patch)
tree3ff44778b5ab78fea9cf446cfa4beb9854461f36 /source4/dsdb/samdb/ldb_modules
parent545c3e6b12430f19ecd64d628e4f19e1556aa450 (diff)
downloadsamba-bdb90ec974b31a6430a2f2329364b01d6f7270c6.tar.gz
build: replace SAMBA3_ADD_OPTION with samba_add_onoff_option
The former is just an alias for the latter. samba_add_onoff_option() better describes what the function actually does, so use that and remove the alias. Signed-off-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Noel Power <npower@samba.org>
Diffstat (limited to 'source4/dsdb/samdb/ldb_modules')
-rw-r--r--source4/dsdb/samdb/ldb_modules/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/wscript b/source4/dsdb/samdb/ldb_modules/wscript
index 52dd9c111fa..ef984ccbe34 100644
--- a/source4/dsdb/samdb/ldb_modules/wscript
+++ b/source4/dsdb/samdb/ldb_modules/wscript
@@ -8,7 +8,7 @@ def options(opt):
help += "This requires gpgme devel and python packages "
help += "(e.g. libgpgme11-dev, python-gpgme on debian/ubuntu)."
- opt.SAMBA3_ADD_OPTION('gpgme', default=True, help=(help))
+ opt.samba_add_onoff_option('gpgme', default=True, help=(help))
return