qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [4826] Fix test arguments (Jeremy C.


From: malc
Subject: [Qemu-devel] [4826] Fix test arguments (Jeremy C.
Date: Wed, 02 Jul 2008 18:13:46 +0000

Revision: 4826
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4826
Author:   malc
Date:     2008-07-02 18:13:46 +0000 (Wed, 02 Jul 2008)

Log Message:
-----------
Fix test arguments (Jeremy C. Reed)

Modified Paths:
--------------
    trunk/configure

Modified: trunk/configure
===================================================================
--- trunk/configure     2008-07-02 18:03:12 UTC (rev 4825)
+++ trunk/configure     2008-07-02 18:13:46 UTC (rev 4826)
@@ -1042,7 +1042,7 @@
     echo "    &${drv}_audio_driver, \\" >>$config_h
     def=CONFIG_`echo $drv | tr '[:lower:]' '[:upper:]'`
     echo "$def=yes" >> $config_mak
-    if test "$drv" == "fmod"; then
+    if test "$drv" = "fmod"; then
         echo "CONFIG_FMOD_LIB=$fmod_lib" >> $config_mak
         echo "CONFIG_FMOD_INC=$fmod_inc" >> $config_mak
     fi






reply via email to

[Prev in Thread] Current Thread [Next in Thread]