GNOME Bugzilla – Bug 796309
meson: mingw build fix
Last modified: 2018-05-21 15:44:08 UTC
Created attachment 372303 [details] [review] meson: pass the right header when testing for posix_memalign has_function() needs to know the header to correctly detect the function in all cases. This fixes the build under mingw-w64 where posix_memalign was wrongfully being detected as available. See this glib bug for a similar fix: https://bugzilla.gnome.org/show_bug.cgi?id=795876
Thanks! commit 7699d66cb3df499e474c2eaa9ef8d682db0469b9 (HEAD -> master) Author: Christoph Reiter <reiter.christoph@gmail.com> Date: Mon May 21 17:06:12 2018 +0200 meson: pass the right header when testing for posix_memalign has_function() needs to know the header to correctly detect the function in all cases. This fixes the build under mingw-w64 where posix_memalign was wrongfully being detected as available. See this glib bug for a similar fix: https://bugzilla.gnome.org/show_bug.cgi?id=795876 https://bugzilla.gnome.org/show_bug.cgi?id=796309