fix typo from changeset 9881:f6feba3e9942

This commit is contained in:
Tom Henderson
2013-07-01 09:59:24 -07:00
parent a05600515e
commit 512d2c2d9e

View File

@@ -20,10 +20,10 @@ def configure(conf):
define_name = 'HAVE_IF_NETS_H')
# Enable the FdNetDevice module.
# Our only requirement is threading support.
# Besides threading support, we also require ethernet.h
conf.env['ENABLE_FDNETDEV'] = conf.check_nonfatal(header_name='net/ethernet.h',
define_name='HAVE_NET_ETHERNET_H')
if conf.env['ENABLE_FBDEV']:
if conf.env['ENABLE_FDNETDEV']:
conf.report_optional_feature("FdNetDevice",
"File descriptor NetDevice",
True,