• E
    build: add stubs so mdns code can be unconditionally compiled · 1f6f723c
    Eric Blake 提交于
    The recent changes to the testsuite to validate exported symbols
    flushed out a case of unconditionally exporting symbols that
    were only conditionally compiled under HAVE_AVAHI.
    
    * src/Makefile.am (libvirt_net_rpc_server_la_SOURCES): Compile
    virnetservermdns unconditionally.
    * configure.ac (HAVE_AVAHI): Drop unused automake conditional.
    * src/rpc/virnetservermdns.c: Add fallbacks when Avahi is not
    present.
    1f6f723c
configure.ac 99.9 KB