From 6520ad123f6f0a6505ae31af1898b3fbd0ff05a3 Mon Sep 17 00:00:00 2001 From: kramm Date: Tue, 10 Jun 2008 05:46:17 +0000 Subject: [PATCH] fixed bug in CPPFLAGS restoration --- m4/fontconfig.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4