config: Add explicit support for building on ESX.
[openvswitch] / lib / netdev.c
index 394d8957f2488b3640be292c7a219066234e9cf3..c135c6f291210af316c657b80f086620b412790d 100644 (file)
@@ -75,7 +75,7 @@ netdev_initialize(void)
 
         fatal_signal_add_hook(close_all_netdevs, NULL, NULL, true);
 
-#ifdef HAVE_NETLINK
+#ifdef LINUX_DATAPATH
         netdev_register_provider(&netdev_linux_class);
         netdev_register_provider(&netdev_internal_class);
         netdev_register_provider(&netdev_tap_class);