(svn r9046) -Fix r9041: added a comment to make clear why we don't use --prefix here
authortruelight
Tue, 06 Mar 2007 22:45:30 +0000
changeset 6569 bc3911eeccea
parent 6568 ab03b75e7b00
child 6570 df82d4634996
(svn r9046) -Fix r9041: added a comment to make clear why we don't use --prefix here
config.lib
--- a/config.lib	Tue Mar 06 22:41:50 2007 +0000
+++ b/config.lib	Tue Mar 06 22:45:30 2007 +0000
@@ -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' '  '`"