mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user