X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=configure;h=2e2f2bedfc6b81bdec69f1f29a3ba84eea6639c3;hb=131742158e74a4e60f21c567fa0b63f165730377;hp=2adb2c16b505a5e9b287690e6f48f5cae5515c58;hpb=db805d6e2f1945f27bfa7c3a9123f8c4bef5fdc4;p=melted 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