X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=a60f54e7e31910fee480bb83df2960c363b8133b;hb=5ede6209244433ea174111a9079fa6d0cf84d227;hp=444e533b8462c2baabf07eb304aef8dae76f4601;hpb=5c5bdb50a110c125e97152a78782bc268b19d8d7;p=swftools.git diff --git a/configure.in b/configure.in index 444e533..a60f54e 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_ARG_ENABLE(debug, [ --enable-debug turn on debugging], DEBUG=true) PACKAGE=swftools -VERSION=0.4.4-pre11 +VERSION=0.5.0-pre4 # -Winline? if test "x$CHECKMEM" '!=' "x";then @@ -16,7 +16,7 @@ fi if test "x$DEBUG" '!=' "x";then CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CFLAGS" CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -g $CXXFLAGS" - STRIP="echo debug enabled, not stripping " + STRIP="@echo debug enabled, not stripping " export STRIP AC_SUBST(STRIP) else @@ -119,7 +119,7 @@ dnl Checks for header files. AC_CONFIG_HEADER(config.h) AC_HEADER_DIRENT AC_HEADER_STDC - AC_CHECK_HEADERS(zlib.h jpeglib.h t1lib.h sys/stat.h sys/types.h dirent.h sys/bsdtypes.h sys/ndir.h sys/dir.h ndir.h) + AC_CHECK_HEADERS(zlib.h jpeglib.h t1lib.h assert.h signal.h pthread.h sys/stat.h sys/types.h dirent.h sys/bsdtypes.h sys/ndir.h sys/dir.h ndir.h) if test "x${ac_cv_header_jpeglib_h}" != "xyes"; then DISABLEPDF2SWF=true;