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.
This commit is contained in:
Emmanuele Bassi 2018-01-16 15:19:41 +00:00
parent dcfa22549a
commit c685ce973d

View File

@ -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