X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure;h=c4fd63812ef2763f58a95cb0397dc4168925b330;hp=0f6a06bc1ec788dea9f325cf3b5e7f257961a42d;hb=7be64767e7b09e1d331d30450811a8af82978ee6;hpb=9306fefe043d1517b6a38c6b0d6d08b045a1440e diff --git a/configure b/configure index 0f6a06b..c4fd638 100755 --- a/configure +++ b/configure @@ -1638,7 +1638,7 @@ else #include "stdlib.h" int main (int argc, char*argv[]) { - return system("echo `echo 0` > config.tmp2"); + return system("echo `touch config.tmp2`"); } EOF @@ -1654,7 +1654,7 @@ fi if test "x${OK}" = "xOK";then - test -s config.tmp2 || OK= + test -e config.tmp2 || OK= fi if test "x${CROSSCOMPILE}" = "x1";then