diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-01-18 22:54:28 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-19 00:47:49 +0100 |
commit | 6712997839d72e603dac51c5a13eea468f89ab36 (patch) | |
tree | b8f966c71c237a9bd588bdd9c920fcae85a38bd3 /dynconfig | |
parent | 39c627b60754bd89c419b2d7e32d32c7a9af5a11 (diff) | |
download | samba-6712997839d72e603dac51c5a13eea468f89ab36.tar.gz |
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
Diffstat (limited to 'dynconfig')
-rwxr-xr-x | dynconfig/wscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dynconfig/wscript b/dynconfig/wscript index 517f76e7e7f..2a60a2a2e4f 100755 --- a/dynconfig/wscript +++ b/dynconfig/wscript @@ -260,6 +260,8 @@ def set_options(opt): option = opt.parser.get_option(k) if option: 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 |