diff configure @ 27913:7f579d5a91e0

Set _have_yasm to "no" if yasm detection failed.
author diego
date Mon, 17 Nov 2008 15:02:24 +0000
parents bcf4bb8e48e7
children 2387b30a1d10
line wrap: on
line diff
--- a/configure	Mon Nov 17 13:12:01 2008 +0000
+++ b/configure	Mon Nov 17 15:02:24 2008 +0000
@@ -2432,6 +2432,7 @@
   echores "$_yasm"
 else
   _def_yasm='#undef HAVE_YASM'
+  _have_yasm="no"
   echores "no"
 fi