fix typo from changeset 9881:f6feba3e9942
authorTom Henderson <tomh@tomh.org>
Mon, 01 Jul 2013 09:59:24 -0700
changeset 9883 1226e64fab5a
parent 9882 a975d133fa12
child 9885 8a5d8ce1fab2
fix typo from changeset 9881:f6feba3e9942
src/fd-net-device/wscript
--- a/src/fd-net-device/wscript	Sun Jun 30 14:10:49 2013 +0200
+++ b/src/fd-net-device/wscript	Mon Jul 01 09:59:24 2013 -0700
@@ -20,10 +20,10 @@
             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,