git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25bcd58
)
test a = b instead of test a == b
author
kramm
<kramm>
Thu, 5 Feb 2004 09:51:17 +0000
(09:51 +0000)
committer
kramm
<kramm>
Thu, 5 Feb 2004 09:51:17 +0000
(09:51 +0000)
m4/mingw.m4
patch
|
blob
|
history
diff --git
a/m4/mingw.m4
b/m4/mingw.m4
index
6235296
..
f447325
100644
(file)
--- 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"