summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2a74ea3dc6..ad900d3732 100755
--- 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;