fixed bug in CPPFLAGS restoration
authorkramm <kramm>
Tue, 10 Jun 2008 05:46:17 +0000 (05:46 +0000)
committerkramm <kramm>
Tue, 10 Jun 2008 05:46:17 +0000 (05:46 +0000)
m4/fontconfig.m4

index 9e91250..98da5a2 100644 (file)
@@ -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