mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +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)
|
||||
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')
|
||||
glib_conf.set('HAVE_WCHAR_T', 1)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user