mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-14 08:16:24 +01:00
build: Remove an unnecessary ‘dnl’ from meson.build
Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
parent
c16e8af351
commit
0b60f2589f
@ -965,7 +965,7 @@ if cc.compiles('''/* The Stardent Vistra knows sizeof(long double), but does not
|
|||||||
glib_conf.set('HAVE_LONG_DOUBLE', 1)
|
glib_conf.set('HAVE_LONG_DOUBLE', 1)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#dnl Test whether <stddef.h> has the 'wchar_t' type.
|
# Test whether <stddef.h> has the 'wchar_t' type.
|
||||||
if cc.has_header_symbol('stddef.h', 'wchar_t')
|
if cc.has_header_symbol('stddef.h', 'wchar_t')
|
||||||
glib_conf.set('HAVE_WCHAR_T', 1)
|
glib_conf.set('HAVE_WCHAR_T', 1)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user