changeset 30852:c57c53fcda6b

variable renaming cosmetics: _have_yasm --> have_yasm
author diego
date Sun, 14 Mar 2010 23:39:02 +0000
parents a6003c74bc85
children 88e57c2b3f58
files configure
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Mar 14 23:37:58 2010 +0000
+++ b/configure	Sun Mar 14 23:39:02 2010 +0000
@@ -2681,11 +2681,11 @@
 yasm_check || _yasm=""
 if test $_yasm ; then
   def_yasm='#define HAVE_YASM 1'
-  _have_yasm="yes"
+  have_yasm="yes"
   echores "$_yasm"
 else
   def_yasm='#define HAVE_YASM 0'
-  _have_yasm="no"
+  have_yasm="no"
   echores "no"
 fi
 
@@ -8737,7 +8737,7 @@
 HAVE_PTHREADS = $_pthreads
 HAVE_SHM = $_shm
 HAVE_W32THREADS = $_w32threads
-HAVE_YASM = $_have_yasm
+HAVE_YASM = $have_yasm
 
 $(echo $_libavdecoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/')
 $(echo $_libavencoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/')