Replace manual variable setting with the disable function.

Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2007-09-17 10:08:27 +00:00
parent 1051cc4f89
commit 670ab31277
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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;