Set _have_yasm to "no" if yasm detection failed.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27947 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-11-17 15:02:24 +00:00
parent 330e951cf0
commit 26a4b02417
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -2432,6 +2432,7 @@ if test $_yasm ; then
echores "$_yasm"
else
_def_yasm='#undef HAVE_YASM'
_have_yasm="no"
echores "no"
fi