From 0b60f2589f6b000d6e7c94721e8862ed9a2a1800 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 22 May 2018 09:48:42 +0100 Subject: [PATCH] =?UTF-8?q?build:=20Remove=20an=20unnecessary=20=E2=80=98d?= =?UTF-8?q?nl=E2=80=99=20from=20meson.build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Philip Withnall Reviewed-by: nobody --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index b9081c05b..8e1beb80f 100644 --- a/meson.build +++ b/meson.build @@ -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 has the 'wchar_t' type. +# Test whether has the 'wchar_t' type. if cc.has_header_symbol('stddef.h', 'wchar_t') glib_conf.set('HAVE_WCHAR_T', 1) endif