changeset 6243:85c2435ad900 draft

(svn r9046) -Fix r9041: added a comment to make clear why we don't use --prefix here
author truelight <truelight@openttd.org>
date Tue, 06 Mar 2007 22:45:30 +0000
parents 63484291d4f4
children 53911c065347
files config.lib
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/config.lib
+++ b/config.lib
@@ -792,6 +792,7 @@
 
 		if [ "$enable_static" != "0" ]; then
 			if [ "$os" = "OSX" ]; then
+				# fontconfig_config goes via pkg-config on all systems, which doesn't know --prefix
 				LIBS="$LIBS `$fontconfig_config --variable=prefix`/lib/libfontconfig.a"
 			else
 				LIBS="$LIBS `$fontconfig_config --libs --static | tr '\n\r' '  '`"