E: fix typos.

This commit is contained in:
Cedric Bail 2013-03-18 00:18:37 +09:00
parent 2f6fcf4228
commit 08e49b5bc4
1 changed files with 1 additions and 1 deletions

View 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