Merge branch 'backport-1771-macos-frexpl-glib-2-66' into 'glib-2-66'

Backport !1771 “macos: fix frexpl checks in cross-compilation” to glib-2-66

See merge request GNOME/glib!1774
This commit is contained in:
Sebastian Dröge 2020-11-29 11:22:57 +00:00
commit 0cbe9efb90

View File

@ -120,7 +120,6 @@ if not meson.is_cross_build() or meson.has_exe_wrapper()
else else
if (host_system.startswith ('aix') or if (host_system.startswith ('aix') or
host_system.startswith ('beos') or host_system.startswith ('beos') or
host_system.startswith ('darwin') or
host_system.startswith ('irix')) host_system.startswith ('irix'))
gl_cv_func_frexpl_works = false gl_cv_func_frexpl_works = false
gl_cv_func_frexpl_broken_beyond_repair = true gl_cv_func_frexpl_broken_beyond_repair = true