cedric pushed a commit to branch master.

commit 08e49b5bc458e756a4869ef96230dcbce38e5dc9
Author: Cedric Bail <[email protected]>
Date:   Mon Mar 18 00:18:37 2013 +0900

    E: fix typos.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index b3dbcec..ad2cdba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -201,7 +201,7 @@ PKG_CHECK_MODULES([BLUEZ], [bluez],
        [have_bluetooth="yes"],
        [have_bluetooth="no"])
 AM_CONDITIONAL([HAVE_BLUETOOTH], [test "x${have_bluetooth}"])
-if test "x${have_bluetooth}"; then
+if test "x${have_bluetooth}" = "xyes"; then
    AC_DEFINE_UNQUOTED([HAVE_BLUETOOTH], [1], [Bluetooth is there])
 fi
 

-- 

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar

Reply via email to