changeset 27913:7f579d5a91e0

Set _have_yasm to "no" if yasm detection failed.
author diego
date Mon, 17 Nov 2008 15:02:24 +0000
parents 73c7a62c1d35
children 2387b30a1d10
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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