[MPlayer-cvslog] CVS: main configure,1.1203,1.1204
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sun May 14 12:33:30 CEST 2006
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv18637
Modified Files:
configure
Log Message:
Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1203
retrieving revision 1.1204
diff -u -r1.1203 -r1.1204
--- configure 13 May 2006 19:03:20 -0000 1.1203
+++ configure 14 May 2006 10:33:27 -0000 1.1204
@@ -1504,7 +1504,7 @@
_warn_CFLAGS=yes
fi
if test -n "$CPPFLAGS" ; then
- _inc_extra="$_inc_extra $LDFLAGS"
+ _inc_extra="$_inc_extra $CPPFLAGS"
_warn_CFLAGS=yes
fi
More information about the MPlayer-cvslog
mailing list