From 631b49f2a649238c2cbc74e8ec3604252e32f856 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 1 Aug 2002 09:53:49 +0000 Subject: [PATCH] removed -Winline. Doesn't work together well with avifile 7. --- configure.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 1.7.10.4