From c685ce973d5817ae36b430176f9ea7cb01c6726b Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 16 Jan 2018 15:19:41 +0000 Subject: [PATCH] Fix dir separator in the Autotools build on Windows Just like we fixed the Meson build in commit f25c7a2a, we need to escape twice: once for the shell expansion, and the other for the C string constant. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ec20660ed..b4ec52e76 100644 --- a/configure.ac +++ b/configure.ac @@ -127,7 +127,7 @@ case "$host" in glib_pid_type='void *' glib_pid_format='p' glib_pollfd_format='%#x' - glib_dir_separator='\\' + glib_dir_separator='\\\\' glib_searchpath_separator=';' glib_cv_stack_grows=no # Unfortunately the mingw implementations of C99-style snprintf and vsnprintf