From: kramm Date: Tue, 10 Jun 2008 05:46:17 +0000 (+0000) Subject: fixed bug in CPPFLAGS restoration X-Git-Tag: buttons-working~140 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=6520ad123f6f0a6505ae31af1898b3fbd0ff05a3 fixed bug in CPPFLAGS restoration --- diff --git a/m4/fontconfig.m4 b/m4/fontconfig.m4 index 9e91250..98da5a2 100644 --- a/m4/fontconfig.m4 +++ b/m4/fontconfig.m4 @@ -94,7 +94,7 @@ EOF fi # if the above didn't work out, reset all changes to the compiler variables. -if test "x${HAVE_FREETYPE}" "!=" "x1"; then +if test "x${HAVE_FONTCONFIG}" "!=" "x1"; then CPPFLAGS=$OLDCPPFLAGS LIBS=$OLDLIBS fi