1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

dynconfig/wscript: correctly cleanup PRIVATELIBDIR and MODULESDIR defaults

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Jan 19 00:47:50 CET 2012 on sn-devel-104
This commit is contained in:
Stefan Metzmacher 2012-01-18 22:54:28 +01:00
parent 39c627b607
commit 6712997839

View File

@ -260,6 +260,8 @@ def set_options(opt):
option = opt.parser.get_option(k) option = opt.parser.get_option(k)
if option: if option:
opt.parser.remove_option(k) opt.parser.remove_option(k)
del opt.parser.defaults['PRIVATELIBDIR']
del opt.parser.defaults['MODULESDIR']
# get all the basic GNU options from the gnu_dirs tool # get all the basic GNU options from the gnu_dirs tool