[MPlayer-dev-eng] [PATCH] configure fontconfig fix

Diego Biurrun diego at biurrun.de
Sun Jan 8 21:15:31 CET 2006


On Sun, Jan 08, 2006 at 05:45:09PM +0100, Emanuele Giaquinta wrote:
> A better patch; the previous one had the side effect of linking to Xft.  Diego,
> anyone?

Hmmm...

> --- configure	3 Jan 2006 16:03:17 -0000	1.1117
> +++ configure	8 Jan 2006 16:43:19 -0000
> @@ -5239,6 +5239,8 @@
>    _fontconfig=yes
>    if cc_check -lfontconfig ; then
>      _ld_fontconfig="-lfontconfig"
> +  elif cc_check $_inc_x11 $_ld_x11 -lfontconfig ; then
> +    _ld_fontconfig="-lfontconfig"

Why not simply add $_inc_x11 $_ld_x11 to the check above?

Diego




More information about the MPlayer-dev-eng mailing list