qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] ad04d8: configure: on Windows minimum glib ve


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] ad04d8: configure: on Windows minimum glib version must be...
Date: Mon, 10 Apr 2017 07:15:09 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: ad04d8cb2f8b5495109dee3d59fdb78403816a55
      
https://github.com/qemu/qemu/commit/ad04d8cb2f8b5495109dee3d59fdb78403816a55
  Author: Peter Maydell <address@hidden>
  Date:   2017-04-10 (Mon, 10 Apr 2017)

  Changed paths:
    M configure

  Log Message:
  -----------
  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 <address@hidden>
Signed-off-by: Peter Maydell <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Stefan Weil <address@hidden>
Message-id: address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]