diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 21:28:59 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:11 +1000 |
commit | 1ee19592f01ac63f3374160abe56fd60bbf75413 (patch) | |
tree | 93d29e9d55974717bddd8bf02933250975101841 /source4/dynconfig | |
parent | 91d604add3691e05c0ac1e96d3e2ab223e0b28d5 (diff) | |
download | samba-1ee19592f01ac63f3374160abe56fd60bbf75413.tar.gz samba-1ee19592f01ac63f3374160abe56fd60bbf75413.tar.bz2 samba-1ee19592f01ac63f3374160abe56fd60bbf75413.zip |
s4-waf: move the gnu dirs check to the generic wafsamba code
Diffstat (limited to 'source4/dynconfig')
-rw-r--r-- | source4/dynconfig/wscript | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/dynconfig/wscript b/source4/dynconfig/wscript index 46a3040f80..b676069d9b 100644 --- a/source4/dynconfig/wscript +++ b/source4/dynconfig/wscript @@ -44,7 +44,6 @@ def get_varname(v): def set_options(opt): # get all the basic GNU options from the gnu_dirs tool - opt.tool_options('gnu_dirs') for option in dir_options.keys(): default = dir_options[option][0] help = dir_options[option][1] @@ -55,7 +54,6 @@ def set_options(opt): def configure(conf): # get all the basic GNU options from the gnu_dirs tool - conf.check_tool('gnu_dirs') for option in dir_options.keys(): varname = get_varname(option) value = getattr(Options.options, varname, None) |