]> git.ipfire.org Git - thirdparty/qemu.git/commit
Revert "configure: run plugin TCG tests again"
authorMichael Tokarev <mjt@tls.msk.ru>
Mon, 4 Mar 2024 21:30:36 +0000 (00:30 +0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 4 Mar 2024 21:42:22 +0000 (00:42 +0300)
commiteae7509be97fc3e9b5930187a9386dec5361e128
treea7678dbc4bdf00f29a34cc6a6c658f36d3e91402
parent11aa0b1ff115b86160c4d37e7c37e6a6b13b77ea
Revert "configure: run plugin TCG tests again"

This reverts commit 6eeeb8733177db7bc23fb2e7271dea759b47e4f9.

This commit has been wrongly back-ported to 8.2.x, $config_host_mak
in master didn't include the tests/tcg/ prefix, while 8.2.0 did it.
The result of this "backport" is this message during configure:

 ../configure: 1679: cannot create tests/tcg/tests/tcg/config-host.mak: Directory nonexistent

Let's revert the change and try again.

Cc: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure