]> git.wh0rd.org - fontconfig.git/commit
Fix Win32 build error: install tries to run fc-cache locally (bug 15928).
authorGlen Low <glen.low@pixelglow.com>
Sat, 24 May 2008 22:59:35 +0000 (15:59 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 24 May 2008 22:59:35 +0000 (15:59 -0700)
commitc6228a34b0ebaab3df395163b3b9246da2aa7d8c
tree2257a6e0058c40a26c5898c8881e7c3956139204
parent557f87f7337df1d78c04d2c993916d1d1748360f
Fix Win32 build error: install tries to run fc-cache locally (bug 15928).

When building in Win32 e.g. with MinGW, the install tries to run fc-cache
locally but the required DLL's are not in the path. I've included a patch for
this to fix Makefile.in to run fc-cache from bindir but obviously this should
be applied to Makefile.am instead.

(the second part of this patch was already in the tree)
Makefile.am