X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=dc4895bdbe90cfe9f96589523f48f12e5d9caf74;hb=90401799272b097e19cdb5ad791003e10b0db497;hp=69f92fd4bb1371f8e3f4e3df0140aaaab96b93f8;hpb=c38cf8d06252778e3354979534a197ed94b788a0;p=swftools.git diff --git a/configure.in b/configure.in index 69f92fd..dc4895b 100644 --- a/configure.in +++ b/configure.in @@ -3,8 +3,9 @@ AC_INIT(src/) PACKAGE=swftools VERSION=0.4.1 -CFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" -CXXFLAGS="-Winline -Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer" +# -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.