• D
    Disable netcf if building without libvirtd · ba61012c
    Daniel P. Berrange 提交于
    Although the netcf interface driver can in theory be used by
    the stateless drivers, in practice none of them want to use
    it because they have different ways of dealing with interfaces.
    
    Furthermore, if you have mingw32-netcf installed, then the
    libvirt mingw32 build will fail with
    
      ../../src/interface/netcf_driver.c:644:5: error: unknown field 'close_used_without_including_unistd_h' specified in initializer
    
     * configure.ac: disable netcf if built without libvirtd
    ba61012c
configure.ac 88.1 KB