[Mplayer-cvslog] CVS: main configure,1.412,1.413
Atmosfear
atmos4 at mplayer.dev.hu
Tue Mar 26 04:10:00 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv15136
Modified Files:
configure
Log Message:
I wonder noone noticed this, wrong output of extra[inc|lib]
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -r1.412 -r1.413
--- configure 20 Mar 2002 17:53:44 -0000 1.412
+++ configure 26 Mar 2002 03:09:57 -0000 1.413
@@ -1175,16 +1175,16 @@
echocheck "extra headers"
-if test "$_extraincdir" ; then
- echores "$_extraincdir"
+if test "$_inc_extra" ; then
+ echores "$_inc_extra"
else
echores "none"
fi
echocheck "extra libs"
-if test "$_extralibdir" ; then
- echores "$_extralibdir"
+if test "$_ld_extra" ; then
+ echores "$_ld_extra"
else
echores "none"
fi
More information about the MPlayer-cvslog
mailing list