From 2689b541f1a0f9a767ac8fe55909183d2c9a7347 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 5 Feb 2004 09:51:17 +0000 Subject: [PATCH] test a = b instead of test a == b --- m4/mingw.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/mingw.m4 b/m4/mingw.m4 index 6235296..f447325 100644 --- a/m4/mingw.m4 +++ b/m4/mingw.m4 @@ -12,7 +12,7 @@ case $host_os in esac AR=ar -if test "x$MINGW" == "xyes"; then +if test "x$MINGW" = "xyes"; then #fix for the debian distribution of mingw if test -x "/usr/i586-mingw32msvc/bin/ar";then AR="/usr/i586-mingw32msvc/bin/ar" -- 1.7.10.4