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:
f381506
)
test -e seems to be a little bit incompatible. Use -f instead.
author
kramm
<kramm>
Tue, 15 Jan 2002 22:13:42 +0000
(22:13 +0000)
committer
kramm
<kramm>
Tue, 15 Jan 2002 22:13:42 +0000
(22:13 +0000)
aclocal.m4
patch
|
blob
|
history
diff --git
a/aclocal.m4
b/aclocal.m4
index
05aa83f
..
eee4251
100644
(file)
--- a/
aclocal.m4
+++ b/
aclocal.m4
@@
-56,7
+56,7
@@
int main (int argc, char*argv[])
], OK=OK,,CROSSCOMPILE=1)
if test "x${OK}" = "xOK";then
- test -e config.tmp2 || OK=
+ test -f config.tmp2 || OK=
fi
if test "x${CROSSCOMPILE}" = "x1";then