X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=configure.in;h=27cd3423c928dcda5bdb003a919b901dc21c3ce0;hp=0f8e79991ba0e7f5b4f623b8030a5a1fee0b13a0;hb=0e8807d9a620e8932bc67653321eaae1436fdd43;hpb=5a16f12063d78a79d6ec5d6defb0d68f2829f8e8 diff --git a/configure.in b/configure.in index 0f8e799..27cd342 100644 --- a/configure.in +++ b/configure.in @@ -2,9 +2,10 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) PACKAGE=swftools -VERSION=0.4.0 -CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" -CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" +VERSION=0.4.2 +# -Winline? +CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" +CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" export PACKAGE VERSION CFLAGS CXXFLAGS dnl Checks for programs.