[Mplayer-cvslog] CVS: main configure,1.552,1.553
Atmosfear
atmos4 at mplayerhq.hu
Sat Aug 31 04:13:38 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv14753
Modified Files:
configure
Log Message:
generalized iconv detection
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.552
retrieving revision 1.553
diff -u -r1.552 -r1.553
--- configure 30 Aug 2002 11:28:43 -0000 1.552
+++ configure 31 Aug 2002 02:13:20 -0000 1.553
@@ -3587,17 +3587,15 @@
}
EOF
_iconv=no
- if freebsd || bsdos || openbsd ; then
- cc_check -lm -liconv && _iconv=yes
+ if cc_check -lm -liconv ; then
+ _iconv=yes
else
cc_check -lm && _iconv=yes
fi
fi
if test "$_iconv" = yes ; then
_def_iconv='#define USE_ICONV 1'
- freebsd && _ld_iconv='-liconv'
- bsdos && _ld_iconv='-liconv'
- openbsd && _ld_iconv='-liconv'
+ linux || _ld_iconv='-liconv'
else
_def_iconv='#undef USE_ICONV'
fi
More information about the MPlayer-cvslog
mailing list