From d6b0620188a3e9b51e37fe33b0f7d16cba077464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karl=20Lind=C3=A9n?= Date: Sat, 2 May 2015 11:21:15 +0200 Subject: [PATCH] replace deprecated call to opt.sub_options with opt.recurse --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()