diff options
Diffstat (limited to 'erts/aclocal.m4')
-rw-r--r-- | erts/aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/aclocal.m4 b/erts/aclocal.m4 index 764c578dae..34237fcb43 100644 --- a/erts/aclocal.m4 +++ b/erts/aclocal.m4 @@ -151,7 +151,7 @@ AC_SUBST(MIXED_CYGWIN_VC) AC_SUBST(MIXED_MSYS_VC) MIXED_VC=no -if test "x$MIXED_MSYS_VC" != "xyes" -o "x$MIXED_CYGWIN_VC" != "xyes" ; then +if test "x$MIXED_MSYS_VC" = "xyes" -o "x$MIXED_CYGWIN_VC" = "xyes" ; then MIXED_VC=yes fi |