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:
95381bc
)
the system backtick checker now 'test's, not 'echo's.
author
kramm
<kramm>
Thu, 10 Jan 2002 18:11:17 +0000
(18:11 +0000)
committer
kramm
<kramm>
Thu, 10 Jan 2002 18:11:17 +0000
(18:11 +0000)
aclocal.m4
patch
|
blob
|
history
diff --git
a/aclocal.m4
b/aclocal.m4
index
224949b
..
cff87c7
100644
(file)
--- a/
aclocal.m4
+++ b/
aclocal.m4
@@
-51,7
+51,7
@@
AC_TRY_RUN([
#include "stdlib.h"
int main (int argc, char*argv[])
{
- return system("echo `touch config.tmp2`");
+ return system("test `touch config.tmp2`");
}
], OK=OK,,CROSSCOMPILE=1)