From a7f22d7b64ac54ee6e0f1107c22822a126843679 Mon Sep 17 00:00:00 2001 From: Alin Serdean Date: Tue, 5 Apr 2016 10:03:28 +0000 Subject: build-windows: Update for msys Building under msys2(https://msys2.github.io/) revealed a small bug while defining the path separator. Signed-off-by: Alin Gabriel Serdean Acked-by: Nithin Raju Signed-off-by: Ben Pfaff --- m4/absolute-header.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/absolute-header.m4 b/m4/absolute-header.m4 index 89ff5beb6..bdc12ff24 100644 --- a/m4/absolute-header.m4 +++ b/m4/absolute-header.m4 @@ -68,7 +68,7 @@ AC_DEFUN([gl_ABSOLUTE_HEADER_ONE], esac changequote(,) case "$host_os" in - mingw*) + (mingw*|msys*) dnl For the sake of native Windows compilers (excluding gcc), dnl treat backslash as a directory separator, like /. dnl Actually, these compilers use a double-backslash as -- cgit v1.2.1