E: fix typos.
authorCedric Bail <cedric.bail@free.fr>
Sun, 17 Mar 2013 15:18:37 +0000 (00:18 +0900)
committerCedric Bail <cedric.bail@free.fr>
Sun, 17 Mar 2013 15:18:37 +0000 (00:18 +0900)
configure.ac

index b3dbcec..ad2cdba 100644 (file)
@@ -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