qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [4826] Fix test arguments (Jeremy C.
@ 2008-07-02 18:13 malc
  0 siblings, 0 replies; only message in thread
From: malc @ 2008-07-02 18:13 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-02 18:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-02 18:13 [Qemu-devel] [4826] Fix test arguments (Jeremy C malc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).