summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2016-04-05 10:03:28 +0000
committerBen Pfaff <blp@ovn.org>2016-04-12 10:38:52 -0700
commita7f22d7b64ac54ee6e0f1107c22822a126843679 (patch)
tree400158efba34df8e55fc9d6797969ce36834ab0a /m4
parente4426e3457bb23efb1421a6e033f5ef605de19cd (diff)
downloadopenvswitch-a7f22d7b64ac54ee6e0f1107c22822a126843679.tar.gz
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 <aserdean@cloudbasesolutions.com> Acked-by: Nithin Raju <nithin@vmware.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'm4')
-rw-r--r--m4/absolute-header.m42
1 files changed, 1 insertions, 1 deletions
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