[Mplayer-cvslog] CVS: main configure,1.687,1.688
Alex Beregszaszi
alex at mplayerhq.hu
Sun Mar 23 18:14:49 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv10215
Modified Files:
configure
Log Message:
use CFLAGS when doing tests in configure, patch by Sylvain Petreolle <spetreolle at yahoo.fr>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.687
retrieving revision 1.688
diff -u -r1.687 -r1.688
--- configure 22 Mar 2003 19:15:23 -0000 1.687
+++ configure 23 Mar 2003 17:14:28 -0000 1.688
@@ -29,9 +29,9 @@
echo >> "$TMPLOG"
cat "$TMPC" >> "$TMPLOG"
echo >> "$TMPLOG"
- echo "$_cc $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG"
+ echo "$_cc $CFLAGS $_inc_extra $_ld_static $_ld_extra $TMPC -o $TMPO $@" >> "$TMPLOG"
rm -f "$TMPO"
- ( $_cc $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
+ ( $_cc $CFLAGS $_inc_extra $_ld_static $_ld_extra "$TMPC" -o "$TMPO" "$@" ) >> "$TMPLOG" 2>&1
TMP="$?"
echo >> "$TMPLOG"
echo "ldd $TMPO" >> "$TMPLOG"
More information about the MPlayer-cvslog
mailing list