[Mplayer-dev-eng] configure portability patch
Juergen Keil
jk at tools.de
Fri Jun 22 10:32:37 CEST 2001
Hi,
Today's configure on solaris crashes with:
Please wait while ./configure discovers your software and hardware environment!
Checking version of gcc ... 2.95.2, ok
GL includes not found!
Checking assembler (as) ... 2.11, ok
Checking SunOS kernel version ... 5.8, ok
./configure: test: unknown operator ==
Fix:
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.90
diff -u -B -r1.90 configure
--- configure 2001/06/21 22:28:50 1.90
+++ configure 2001/06/22 08:31:49
@@ -1074,7 +1074,7 @@
fi
fi
-if [ "$_xmga" == "autodetect" ]; then
+if [ "$_xmga" = "autodetect" ]; then
if [ $_x11 = 'yes' ] && [ $_mga = 'yes' ]; then
_xmga=yes
else
--
Jürgen Keil jk at tools.de
Tools GmbH +49 (228) 9858011
_______________________________________________
Mplayer-dev-eng mailing list
Mplayer-dev-eng at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-dev-eng
More information about the MPlayer-dev-eng
mailing list