From 08e49b5bc458e756a4869ef96230dcbce38e5dc9 Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Mon, 18 Mar 2013 00:18:37 +0900 Subject: [PATCH] E: fix typos. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b3dbcec65..ad2cdbabf 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