]> git.proxmox.com Git - mirror_qemu.git/commit
configure: on Windows minimum glib version must be 2.30
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 3 Apr 2017 13:04:15 +0000 (14:04 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Apr 2017 11:54:35 +0000 (12:54 +0100)
commitad04d8cb2f8b5495109dee3d59fdb78403816a55
tree2ee9c18160177631b5e963b06aaa9aa5bd85e338
parent5daf9b3025baef10ee7b77daa003d5696b58d5dc
configure: on Windows minimum glib version must be 2.30

In the 2.7 release we stated in the ChangeLog that the
minimum glib version for Windows hosts was 2.30, but we
didn't update configure to enforce this because we were
very close to the release at the point where we noticed
the issue, and it only affected building the test suite.
We then forgot that we needed to do it. Fix the omission.

(The reason for the 2.30 requirement is use of
g_dir_make_tmp() -- our fallback implementation uses
mkdtemp(), which isn't available on Windows.)

Reported-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Message-id: 1491224655-5776-1-git-send-email-peter.maydell@linaro.org
configure