summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aclocal.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index d053311d02..203d11f289 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -1149,8 +1149,8 @@ else
fi
fi])
fp_prog_ar_args=$fp_cv_prog_ar_args
-if test "$HostOS" != "mingw32"; then
- ArCmd = "$(cygpath -m $ArCmd)"
+if test "$HostOS" = "mingw32"; then
+ ArCmd=$(cygpath -m $ArCmd)
fi
AC_SUBST([ArCmd], ["$fp_prog_ar"])
AC_SUBST([ArArgs], ["$fp_prog_ar_args"])