summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-10-10 09:41:26 +0300
committerTor Lillqvist <tml@collabora.com>2013-10-10 09:56:23 +0300
commit85f5f2301d2efaa3246d7dde87c5e3a969711140 (patch)
tree1fb7b7fde6da9de59027c580bd237d0d8871726c /configure.ac
parent46ddcbbe2a4b2e97770f2c962c6450a48f539cd9 (diff)
Untabify
Change-Id: I8cd9246f9f8866ebbf19455b00cfadee5db8354a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8055daee9a6e..3b8cda6b8997 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10036,10 +10036,10 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then
AC_MSG_RESULT([external])
AC_CHECK_HEADER(bluetooth/bluetooth.h, [],
[AC_MSG_ERROR(bluetooth.h not found. install bluez)], [])
- SYSTEM_BLUEZ=YES
+ SYSTEM_BLUEZ=YES
else
AC_MSG_RESULT([internal])
- SYSTEM_BLUEZ=NO
+ SYSTEM_BLUEZ=NO
fi
else
AC_MSG_RESULT([no, dbus disabled])