Merge branch 'meson-functions' into 'master'

Meson: Add missing checks for functions

See merge request GNOME/glib!114
This commit is contained in:
Xavier Claessens 2018-06-15 13:27:18 +00:00
commit acb4f54833

View File

@ -424,6 +424,8 @@ functions = [
'wcrtomb',
'wcslen',
'wcsnlen',
'sysctlbyname',
'_NSGetEnviron',
]
if glib_conf.has('HAVE_SYS_STATVFS_H')