summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-17 15:02:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-17 15:02:24 +0000
commit26a4b024174676f73c140c6e01444fc8b2797dd0 (patch)
treeff32acbe58b7aeae8c36bf19ed2fcc550e8ffccc /configure
parent330e951cf0e3b3d84277b0b03ed582ad3e0d0819 (diff)
downloadmpv-26a4b024174676f73c140c6e01444fc8b2797dd0.tar.bz2
mpv-26a4b024174676f73c140c6e01444fc8b2797dd0.tar.xz
Set _have_yasm to "no" if yasm detection failed.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27947 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c9ab4b458c..b5f67addb4 100755
--- a/configure
+++ b/configure
@@ -2432,6 +2432,7 @@ if test $_yasm ; then
echores "$_yasm"
else
_def_yasm='#undef HAVE_YASM'
+ _have_yasm="no"
echores "no"
fi