summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e36860f7..937fd90b 100644
--- a/wscript
+++ b/wscript
@@ -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()