Browse Source

replace deprecated call to opt.sub_options with opt.recurse

tags/v1.9.11-RC1
Karl Lindén 10 years ago
parent
commit
d6b0620188
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      wscript

+ 1
- 1
wscript View File

@@ -439,7 +439,7 @@ def options(opt):
readline.set_check_hook(check_for_readline, check_for_readline_error)

# dbus options
opt.sub_options('dbus')
opt.recurse('dbus')

# this must be called before the configure phase
auto_options_argv_hack()


Loading…
Cancel
Save