From 186545fc4f884143e2c18135678c233392da856b Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 20 Jun 2017 00:29:03 -0500 Subject: [PATCH] meson: fix check for HAVE_CYGWIN_CONV_PATH --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 417d753..dfa8482 100644 --- a/meson.build +++ b/meson.build @@ -26,7 +26,7 @@ foreach h : check_headers endforeach check_functions = [ -# check token ('HAVE_CYGWIN_CONV_PATH',) + ['HAVE_CYGWIN_CONV_PATH', 'cygwin_conv_path', '#include'], ['HAVE_STRLCAT', 'strlcat', '#include'], ['HAVE_STRLCPY', 'strlcpy', '#include'], ['HAVE_STRNDUP', 'strndup', '#include'],