• E
    build: disable dtrace on non-Linux builds · f9d60b19
    Eric Blake 提交于
    Using dtrace (and systemtap in general) is Linux-specific.
    Running ./autobuild.sh shows that attempting a cross-build to
    target mingw was mistakenly trying to build dtrace code, merely
    because it was present on the compilation host.
    
    * configure.ac (with_dtrace): Don't attempt to use dtrace when
    doing a cross-build hosted on Linux but targetting elsewhere.
    Reported by Daniel P. Berrange.
    f9d60b19
configure.ac 88.1 KB