Changeset - r10266:ff0dc18d2110
[Not reviewed]
master
0 1 0
truebrain - 16 years ago 2008-10-19 21:32:29
truebrain@openttd.org
(svn r14497) -Fix: if freetype was not detected or disabled, skip fontconfig detection, unless explicit requested (on request by Rubidium)
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -2077,6 +2077,12 @@ detect_fontconfig() {
 
		fontconfig_config=""
 
		return 0
 
	fi
 
	if [ "$with_fontconfig" != "2" ] && [ -z "$freetype_config" ]; then
 
		log 1 "checking libfontconfig... no freetype, skipping"
 

	
 
		fontconfig_config=""
 
		return 0
 
	fi
 

	
 
	if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "WINCE" ]; then
 
		log 1 "checking libfontconfig... WIN32, skipping"
0 comments (0 inline, 0 general)