Acked-by: Nithin Raju <nit...@vmware.com> -----Original Message----- From: dev <dev-boun...@openvswitch.org> on behalf of Alin Serdean <aserd...@cloudbasesolutions.com> Date: Tuesday, April 5, 2016 at 3:03 AM To: "dev@openvswitch.org" <dev@openvswitch.org> Subject: [ovs-dev] [PATCH] build-windows: Update for msys
>Building under >msys2(https://urldefense.proofpoint.com/v2/url?u=https-3A__msys2.github.io >_&d=BQIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=pNHQcdr7B40b4h6 >Yb7FIedI1dnBsxdDuTLBYD3JqV80&m=Ckpyqnnbcz_AwfRMeKaKUwwDrWjQI9yPig_97tlSpUI >&s=E8CzrY4wTec7AK8yXp27mEix3Ec7P0ajqXW3bpIfp5I&e= ) 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 >https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailma >n_listinfo_dev&d=BQIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=pN >HQcdr7B40b4h6Yb7FIedI1dnBsxdDuTLBYD3JqV80&m=Ckpyqnnbcz_AwfRMeKaKUwwDrWjQI9 >yPig_97tlSpUI&s=elve_AULqHAlYNEI0mDDB0HSbjiY_V_qy1HdcNrKnMw&e= _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev