dynconfig/wscript: correctly cleanup PRIVATELIBDIR and MODULESDIR defaults
authorStefan Metzmacher <metze@samba.org>
Wed, 18 Jan 2012 21:54:28 +0000 (22:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 18 Jan 2012 23:47:49 +0000 (00:47 +0100)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Jan 19 00:47:50 CET 2012 on sn-devel-104

dynconfig/wscript

index 517f76e7e7fdffb09edbebc281ae3b77dfd7db1a..2a60a2a2e4fdb9d223a7ed2c107a68da5bfec570 100755 (executable)
@@ -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