Building under msys2(https://msys2.github.io/) revealed a small bug while defining the path separator.
Signed-off-by: Alin Gabriel Serdean <aserd...@cloudbasesolutions.com> --- 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 89ff5be..bdc12ff 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 -- 1.9.5.msysgit.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev