From: kramm Date: Thu, 1 Aug 2002 09:53:49 +0000 (+0000) Subject: removed -Winline. Doesn't work together well with avifile 7. X-Git-Tag: release-0-4-2~9 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=631b49f2a649238c2cbc74e8ec3604252e32f856 removed -Winline. Doesn't work together well with avifile 7. --- 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.