]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
build: disable dtrace on non-Linux builds
authorEric Blake <eblake@redhat.com>
Fri, 16 Dec 2011 15:35:17 +0000 (08:35 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 16 Dec 2011 15:46:41 +0000 (08:46 -0700)
commitf9d60b1946f7f19d71b865bca9d7734d79babd49
treed971ec765bde0e9f427bd36378aad8cc7dfbef3b
parent8fb2aeb662c11e131b42a42245064dbb881659b7
build: disable dtrace on non-Linux builds

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.
configure.ac