[Mplayer-cvslog] CVS: main configure,1.105,1.106
Jürgen Keil
jkeil at mplayer.dev.hu
Mon Jul 16 12:42:37 CEST 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv30606
Modified Files:
configure
Log Message:
fix typo in shell variable name usage
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- configure 14 Jul 2001 17:05:23 -0000 1.105
+++ configure 16 Jul 2001 10:42:35 -0000 1.106
@@ -343,7 +343,7 @@
# out which assembler is used by the $_cc compiler
if [ "$_as" = auto ]; then
_as=`$_cc -print-prog-name=as`
- if [ "_$as" = "" ]; then
+ if [ "$_as" = "" ]; then
_as=as
fi
fi
More information about the MPlayer-cvslog
mailing list