X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=f17af10fd20d55e9cf91614246cd7fd3f71cfa3e;hb=bc686910f5bbc06ee9f2c891172fd2ffb48ac445;hp=d9da65b4cec0085a62e76fe8df822d00eafce7cf;hpb=ae984893d5ebc8fe3faed2878c33c4a7ac20b3b5;p=swftools.git diff --git a/configure.in b/configure.in index d9da65b..f17af10 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ dnl Checks for libraries. MISSINGLIBS="${MISSINGLIBS} zlib" exit; ) - AC_CHECK_LIB(xjpeg, jpeg_write_raw_data,, + AC_CHECK_LIB(jpeg, jpeg_write_raw_data,, DISABLEPDF2SWF=true; DISABLEJPEG2SWF=true; MISSINGLIBS="${MISSINGLIBS} jpeglib" @@ -95,9 +95,9 @@ if test "x${DISABLEPDF2SWF}" = "xtrue"; then echo "***************************************************" echo "The following headers/libraries are missing: " ${MISSINGLIBS} echo "Disabling pdf2swf tool..." - rm pdf2swf/Makefile + rm -f pdf2swf/Makefile echo all: > pdf2swf/Makefile - echo install: > pdf2swf/Makefile + echo install: >> pdf2swf/Makefile if test "x${DISABLEJPEG2SWF}" = "xtrue"; then echo "Disabling jpeg2swf tool..." export JPEG2SWF=