[MPlayer-cvslog] CVS: main configure,1.1061,1.1062
Aurelien Jacobs CVS
syncmail at mplayerhq.hu
Fri Sep 16 00:39:41 CEST 2005
CVS change done by Aurelien Jacobs CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv5478
Modified Files:
configure
Log Message:
fix expanding of $_ld_dl when needed by iconv
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1061
retrieving revision 1.1062
diff -u -r1.1061 -r1.1062
--- configure 12 Sep 2005 10:05:06 -0000 1.1061
+++ configure 15 Sep 2005 22:39:38 -0000 1.1062
@@ -2835,7 +2835,7 @@
_ld_iconv='-liconv'
elif cc_check $_ld_lm -liconv $_ld_dl ; then
_iconv=yes
- _ld_iconv='-liconv $_ld_dl'
+ _ld_iconv="-liconv $_ld_dl"
fi
fi
if test "$_iconv" = yes ; then
More information about the MPlayer-cvslog
mailing list