diff --git a/src/openflow/wscript b/src/openflow/wscript index 9f13604f2..b98b48048 100644 --- a/src/openflow/wscript +++ b/src/openflow/wscript @@ -6,7 +6,8 @@ import Options def set_options(opt): opt.add_option('--with-openflow', help=('Path to OFSID source for NS-3 OpenFlow Integration support'), - default='', dest='with_openflow') + default='', dest='with_openflow') + opt.tool_options('boost') def configure(conf): conf.check_tool('boost')