[MPlayer-dev-eng] [PATCH] fix configure script for non-bash shells

Götz Waschk waschk at informatik.uni-rostock.de
Tue May 20 10:59:21 CEST 2003


Hi everyone, 

this patch fixes configure for the /bin/sh from Solaris 7 and possibly
others.

CU
-- 
What difference does it make to the dead, the orphans and the
homeless, whether the mad destruction is wrought under the name of
totalitarianism or the holy name of liberty or democracy?
    Mahatma Gandhi (1869 - 1948), "Non-Violence in Peace and War"
-------------- next part --------------
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.708
diff -u -r1.708 configure
--- configure	18 May 2003 10:49:54 -0000	1.708
+++ configure	20 May 2003 08:58:47 -0000
@@ -869,7 +869,7 @@
 	_mcpu='-mtune=750'
     fi
     if darwin ; then
-	if [[ $(sysctl -n hw.vectorunit) == 1 ]]; then
+	if [[ `sysctl -n hw.vectorunit` == 1 ]]; then
 	    _altivec=yes
  	fi
     fi


More information about the MPlayer-dev-eng mailing list