Skip to content

Commit

Permalink
dynconfig/wscript: correctly cleanup PRIVATELIBDIR and MODULESDIR def…
Browse files Browse the repository at this point in the history
…aults

metze

Autobuild-User: Stefan Metzmacher <[email protected]>
Autobuild-Date: Thu Jan 19 00:47:50 CET 2012 on sn-devel-104
  • Loading branch information
metze-samba committed Jan 18, 2012
1 parent 39c627b commit 6712997
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dynconfig/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6712997

Please sign in to comment.