X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=75d5e9fceb9981f206e21e12f2bf7685c22b7087;hb=5c6e9e0fe79ab6a5666810e42933b2625aa9790f;hp=0f945995ea499c2069338e568e9f7d42a7bdf7a9;hpb=376e92e42a88986d21f712696b5a2c065e1e3258;p=swftools.git diff --git a/configure.in b/configure.in index 0f94599..75d5e9f 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,9 @@ AC_ARG_ENABLE(lame, [ --disable-lame don't compile any L.A.M.E. mp3 encoding code in], DISABLE_LAME=true) PACKAGE=swftools -VERSION=0.6.0 +VERSION=2004-08-24-2049 + + # ------------------------------------------------------------------ @@ -167,8 +169,8 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_TYPE_OFF_T AC_TYPE_SIZE_T AC_STRUCT_TM - AC_CHECK_TYPE(boolean,int) - AC_CHECK_TYPE(bool,char) + dnl AC_CHECK_TYPE(boolean,int) + dnl AC_CHECK_TYPE(bool,char) dnl AC_CHECK_TYPE(uchar,unsigned char) dnl AC_CHECK_TYPE(schar,signed char) dnl AC_CHECK_TYPE(word,unsigned short int)