[Mplayer-cvslog] CVS: main configure,1.329,1.330
Zoltan Ponekker
pontscho at mplayer.dev.hu
Mon Dec 17 13:04:22 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv2259
Modified Files:
configure
Log Message:
eh ... dl ...
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.329
retrieving revision 1.330
diff -u -r1.329 -r1.330
--- configure 17 Dec 2001 11:49:17 -0000 1.329
+++ configure 17 Dec 2001 12:04:20 -0000 1.330
@@ -2002,9 +2002,11 @@
int main(void) { return 0; }
EOF
_dvdread=no
- cc_check \
- -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -ldvdread -ldl && \
- _dvdread=yes
+ if test "$_dl" = yes; then
+ cc_check \
+ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -ldvdread $_ld_dl && \
+ _dvdread=yes
+ fi
fi
if test "$_css" = auto ; then
cat > $TMPC <<EOF
More information about the MPlayer-cvslog
mailing list