From: lilo_booter Date: Wed, 4 May 2005 19:28:54 +0000 (+0000) Subject: Bourne shell compliance X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=131742158e74a4e60f21c567fa0b63f165730377;p=melted Bourne shell compliance git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@720 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/configure b/configure index 2adb2c1..2e2f2be 100755 --- a/configure +++ b/configure @@ -143,7 +143,7 @@ do done # Double check mmx (may end up disabling mmx on non-linux platforms incorrectly) -if [ "$mmx" == "true" ] +if [ "$mmx" = "true" ] then grep mmx /proc/cpuinfo > /dev/null 2>&1 || mmx=false fi