From 6712997839d72e603dac51c5a13eea468f89ab36 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 18 Jan 2012 22:54:28 +0100 Subject: dynconfig/wscript: correctly cleanup PRIVATELIBDIR and MODULESDIR defaults metze Autobuild-User: Stefan Metzmacher Autobuild-Date: Thu Jan 19 00:47:50 CET 2012 on sn-devel-104 --- dynconfig/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dynconfig') diff --git a/dynconfig/wscript b/dynconfig/wscript index 517f76e7e7..2a60a2a2e4 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 -- cgit