[Mplayer-cvslog] CVS: main configure,1.902,1.903
Torinthiel CVS
syncmail at mplayerhq.hu
Mon Aug 23 09:51:13 CEST 2004
CVS change done by Torinthiel CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv31725
Modified Files:
configure
Log Message:
Check if -liconv is needed for iconv.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.902
retrieving revision 1.903
diff -u -r1.902 -r1.903
--- configure 20 Aug 2004 18:29:25 -0000 1.902
+++ configure 23 Aug 2004 07:51:10 -0000 1.903
@@ -2097,11 +2097,11 @@
}
EOF
_iconv=no
- if cc_check -lm -liconv ; then
+ if cc_check -lm ; then
+ _iconv=yes
+ elif cc_check -lm -liconv ; then
_iconv=yes
_ld_iconv='-liconv'
- else
- cc_check -lm && _iconv=yes
fi
fi
if test "$_iconv" = yes ; then
More information about the MPlayer-cvslog
mailing list