[Mplayer-cvslog] CVS: main configure,1.116,1.117

Atmosfear atmos4 at mplayer.dev.hu
Sat Jul 28 15:18:02 CEST 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv29339

Modified Files:
	configure 
Log Message:
Fixed portability issue in StrongARM patch.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- configure	28 Jul 2001 05:36:44 -0000	1.116
+++ configure	28 Jul 2001 13:18:00 -0000	1.117
@@ -238,7 +238,7 @@
 echo "Please wait while ./configure discovers your software and hardware environment!"
 
 # Determine our OS name and CPU architecture
-if [ "$_target" == "" ]; then
+if [ "$_target" = "" ]; then
    system_name=`uname -s 2>&1` # name of operating system: Linux, FreeBSD, NetBSD, SunOS
    host_arch=`uname -p 2>&1`   # host's instruction set or processor type
 




More information about the MPlayer-cvslog mailing list