Enable the boost waf command-line options

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-04-03 17:39:30 +01:00
parent 02b702c01c
commit e99ecc2acb

View File

@@ -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')