X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=configure.in;h=6435fe29f7e5cb1e4dee53bdde97aa0b97a5db74;hb=9bc541b93300b10adc3e52e61d286b2aab361436;hp=41b7f45882263aacf3a3fd7ff8a1d9c09157d312;hpb=e0c2413a9ba19154643b6a38416e75e3388ee6a8;p=swftools.git diff --git a/configure.in b/configure.in index 41b7f45..6435fe2 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(src/) AC_ARG_PROGRAM export PACKAGE=swftools -export VERSION=0.0.2 +export VERSION=pre0.0.3 export CFLAGS="-O2 -fomit-frame-pointer" export CXXFLAGS="-O2 -fomit-frame-pointer" @@ -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,7 +95,7 @@ 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 if test "x${DISABLEJPEG2SWF}" = "xtrue"; then