summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorKarl Lindén <karl.j.linden@gmail.com>2015-05-02 11:21:15 +0200
committerKarl Lindén <karl.j.linden@gmail.com>2015-05-02 11:21:15 +0200
commitd6b0620188a3e9b51e37fe33b0f7d16cba077464 (patch)
tree3fddc39b4418e5d26c42c4b4e6d147a0471ac638 /wscript
parentbf3a21ef2a5dc68cfa83d6a8e3540f0627f246fa (diff)
downloadjack2-d6b0620188a3e9b51e37fe33b0f7d16cba077464.tar.gz
replace deprecated call to opt.sub_options with opt.recurse
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()