]> xenbits.xensource.com Git - libvirt.git/commit
daemon: Fix the wrong macro name
authorOsier Yang <jyang@redhat.com>
Fri, 20 Jul 2012 14:25:17 +0000 (22:25 +0800)
committerEric Blake <eblake@redhat.com>
Tue, 24 Jul 2012 21:45:20 +0000 (15:45 -0600)
commit98518178a235532c280b4a18a85d7b1323d09c7f
tree30209a4fd4020036ffe5fcde5f966e3e9076e2f6
parentd9bbf217b11e8326048b2ddf43a3de8258b26348
daemon: Fix the wrong macro name

WITH_INTERFACE is not defined, it should be WITH_NETCF there to load
the interface driver.

Eric posted patch weeks ago to resolve the problems in the whole
build system, but it's not finalised yet:

https://www.redhat.com/archives/libvir-list/2012-June/msg01299.html

I'm going to simply fix the wrong macro name here so that the
interface driver could loaded, and continue the work on the listing
API for interface driver.
daemon/libvirtd.c
tests/virdrivermoduletest.c