removed -Winline. Doesn't work together well with avifile 7.
authorkramm <kramm>
Thu, 1 Aug 2002 09:53:49 +0000 (09:53 +0000)
committerkramm <kramm>
Thu, 1 Aug 2002 09:53:49 +0000 (09:53 +0000)
configure.in

index 69f92fd..dc4895b 100644 (file)
@@ -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.