From 26a4b024174676f73c140c6e01444fc8b2797dd0 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 17 Nov 2008 15:02:24 +0000 Subject: Set _have_yasm to "no" if yasm detection failed. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27947 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3