X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure;h=037d4aa656432c7e9eaea53dfd833fcae174277f;hb=5a762d689ec34ff8320b37cc1945985d9a0a12b2;hp=0f6a06bc1ec788dea9f325cf3b5e7f257961a42d;hpb=abba1a514a1e943ebdcb51d5b1f4188b1c406869;p=swftools.git diff --git a/configure b/configure index 0f6a06b..037d4aa 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 @@ -2722,6 +2722,7 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then rm -f pdf2swf/Makefile echo all: > pdf2swf/Makefile echo install: >> pdf2swf/Makefile + echo clean: >> pdf2swf/Makefile if test "x${DISABLEJPEG2SWF}" = "xtrue"; then echo "Disabling jpeg2swf tool..." export JPEG2SWF=