X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=5f0f23c9e9e5c3223d5f75e0d6ae4420c07e9973;hp=26a2d08b16a87caa4d911d1af763e3c42dcce416;hb=0422bd4ca0113cbd99a44674ad14e7da08f3d1f1;hpb=2beffe5208c8d3180e4ab6aba8a2c306f6113d82 diff --git a/configure.in b/configure.in index 26a2d08..5f0f23c 100644 --- a/configure.in +++ b/configure.in @@ -2,9 +2,9 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) PACKAGE=swftools -VERSION=0.2.2 -CFLAGS="-Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" -CXXFLAGS="-Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" +VERSION=0.2.3 +CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" +CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" export PACKAGE VERSION CFLAGS CXXFLAGS dnl Checks for programs. @@ -88,6 +88,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_TYPE_SIZE_T AC_STRUCT_TM AC_CHECK_TYPE(boolean,int) + 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)