X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=configure.in;h=36028219d14d53c8a7ac663875d3606f35f38535;hb=08413f49a157383b76b52520bd9d69e13250901e;hp=1bd3f217eb8789deb856d7036f80ff7a424dfa3c;hpb=6301fc8a35a60b9c93679e686000ca3d594fd574;p=swftools.git diff --git a/configure.in b/configure.in index 1bd3f21..3602821 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/) PACKAGE=swftools -VERSION=0.4.3-rc1 +VERSION=0.4.3 # -Winline? CFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer $CFLAGS" CXXFLAGS="-Wparentheses -Wimplicit -Wreturn-type -O2 -fomit-frame-pointer $CXXFLAGS" @@ -37,12 +37,14 @@ dnl Checks for system services # things (MingW, cross-compiling etc.) in the same way as -I/usr/include, # especially on systems which link /usr/local to /usr, so it has yet # to be seen how useful this is. -if test -d /usr/local/include; then - CPPFLAGS="$CPPFLAGS -I/usr/local/include" -fi if test -d /usr/local/lib; then LDFLAGS="$LDFLAGS -L/usr/local/lib" fi +if test -d /usr/local/include; then +# Leave that alone. It's causing trouble e.g. with gcc 3.2 on gentoo. +# CPPFLAGS="$CPPFLAGS -I/usr/local/include" + echo > /dev/null +fi dnl Checks for libraries. AC_CHECK_LIB(m, sin,,