[MPlayer-cvslog] r30176 - trunk/configure
reimar
subversion at mplayerhq.hu
Sun Jan 3 10:11:21 CET 2010
Author: reimar
Date: Sun Jan 3 10:11:20 2010
New Revision: 30176
Log:
Also detect fontconfig when it requires -liconv
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Sun Jan 3 02:00:21 2010 (r30175)
+++ trunk/configure Sun Jan 3 10:11:20 2010 (r30176)
@@ -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
More information about the MPlayer-cvslog
mailing list