summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-03 09:11:20 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-03 09:11:20 +0000
commit4a981bf09aa13f3165e715ebe2c2658ce14d8aff (patch)
tree84f482ec4513abb344a571038023e440f0d300b0
parentec0c6d2a912af5df21b455b12f12408c1e1ae858 (diff)
downloadmpv-4a981bf09aa13f3165e715ebe2c2658ce14d8aff.tar.bz2
mpv-4a981bf09aa13f3165e715ebe2c2658ce14d8aff.tar.xz
Also detect fontconfig when it requires -liconv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30176 b3059339-0415-0410-9bf9-f77b7e298cf2
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 92e40880e5..46e5776ff0 100755
--- a/configure
+++ b/configure
@@ -6158,7 +6158,7 @@ int main(void) {
}
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