[Mplayer-cvslog] CVS: main configure,1.278,1.279
pl
pl at mplayer.dev.hu
Tue Nov 20 13:31:38 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv8194
Modified Files:
configure
Log Message:
_ld_x11 patch by Anders Johansson <ajh at atri.curtin.edu.au>
reset content of $TMPO before cc_check to avoid incorrect ldd reports
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- configure 20 Nov 2001 11:59:32 -0000 1.278
+++ configure 20 Nov 2001 12:31:35 -0000 1.279
@@ -30,6 +30,7 @@
cat "$TMPC" >> "$TMPLOG"
echo >> "$TMPLOG"
echo "$_cc $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG"
+ > "$TMPO"
( "$_cc" $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
TMP="$?"
echo >> "$TMPLOG"
@@ -1321,7 +1322,7 @@
echores "using xdpms4"
elif test "$_xdpms3" = yes ; then
_def_xdpms='#define HAVE_XDPMS 1'
- _ld_x11='$_ld_x11 -lXdpms'
+ _ld_x11="$_ld_x11 -lXdpms"
echores "using xdpms3"
else
_def_xdpms='#undef HAVE_XDPMS'
More information about the MPlayer-cvslog
mailing list