git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02c1326
)
fixed bug in CPPFLAGS restoration
author
kramm
<kramm>
Tue, 10 Jun 2008 05:46:17 +0000
(
05:46
+0000)
committer
kramm
<kramm>
Tue, 10 Jun 2008 05:46:17 +0000
(
05:46
+0000)
m4/fontconfig.m4
patch
|
blob
|
history
diff --git
a/m4/fontconfig.m4
b/m4/fontconfig.m4
index
9e91250
..
98da5a2
100644
(file)
--- 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