aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-09-17 10:08:27 +0000
committerDiego Biurrun <diego@biurrun.de>2007-09-17 10:08:27 +0000
commit670ab312779d930e23e2ba1932c6684a82377475 (patch)
tree976a67407f4d83a768cdef7e9a3f7ee47f1320a6
parent1051cc4f891d44afa70346166b52aebe0816a8f6 (diff)
downloadffmpeg-670ab312779d930e23e2ba1932c6684a82377475.tar.gz
Replace manual variable setting with the disable function.
Originally committed as revision 10516 to svn://svn.ffmpeg.org/ffmpeg/trunk
-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;