diff options
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 72ab18a721..5e45facfbc 100644 --- a/source3/wscript +++ b/source3/wscript @@ -47,7 +47,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('cluster-support', default=None) - opt.SAMBA3_ADD_OPTION('regedit', default=True) + opt.SAMBA3_ADD_OPTION('regedit', default=None) opt.add_option('--with-ctdb-dir', help=("Directory under which ctdb is installed"), |