Replace manual variable setting with the disable function.
authorDiego Biurrun <diego@biurrun.de>
Mon, 17 Sep 2007 10:08:27 +0000 (10:08 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 17 Sep 2007 10:08:27 +0000 (10:08 +0000)
Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 2a74ea3..ad900d3 100755 (executable)
--- a/configure
+++ b/configure
@@ -1488,7 +1488,7 @@ int main(void) {
 EOF
 
 # check if our compiler supports mmi
-enabled mmi && check_cc <<EOF || mmi="no"
+enabled mmi && check_cc <<EOF || disable mmi
 int main(void) {
     __asm__ ("lq \$2, 0(\$2)");
     return 0;