]> git.proxmox.com Git - mirror_qemu.git/commit
configure: clean-up container cross compile detect
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 3 Sep 2019 09:33:39 +0000 (10:33 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2019 08:38:33 +0000 (09:38 +0100)
commit8480517d4cd33627f7edd3a18829ddd11550a0f3
tree4f16f01b87027151ab191c609fd2c15566022f9d
parent4030289a44bc5f3b4f728d080bda1678c171fb6e
configure: clean-up container cross compile detect

The introduction of podman support inadvertently broke configure's
detect of the container support as the configure probe didn't specify
an engine type. To fix this in docker.py:

  - only (re)set USE_ENGINE if --engine is specified
  - enhance the output so docker is no longer just yes

In the configure script we can at least start cleaning up the
detecting and naming of variables. To avoid too much churn the
conversion of the various make DOCKER_foo variables has been left for
future clean-ups.

Fixes: 9459f754134b
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Tested-by: David Hildenbrand <david@redhat.com>
configure
tests/docker/docker.py