Mercurial > mplayer.hg
changeset 30134:cc55de3130d9
Also detect fontconfig when it requires -liconv
author | reimar |
---|---|
date | Sun, 03 Jan 2010 09:11:20 +0000 |
parents | 16308dac4e7f |
children | 807fce7a4bb3 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Jan 03 01:00:21 2010 +0000 +++ b/configure Sun Jan 03 09:11:20 2010 +0000 @@ -6158,7 +6158,7 @@ } EOF _fontconfig=no - for _ld_tmp in "" "-lexpat -lfreetype" "-lexpat -lfreetype -lz" ; do + for _ld_tmp in "" "-lexpat -lfreetype" "-lexpat -lfreetype -lz" "-lexpat -lfreetype -lz -liconv" ; do _ld_tmp="-lfontconfig $_ld_tmp" cc_check $_ld_tmp && _fontconfig=yes && extra_ldflags="$extra_ldflags $_ld_tmp" && break done