diff options
author | Rene Engelhard <rene@debian.org> | 2012-11-16 14:23:32 +0100 |
---|---|---|
committer | Rene Engelhard <rene@debian.org> | 2012-11-16 14:58:19 +0100 |
commit | e4c0363a87bed8d78dc6f8bf04c733f2c36ff8a4 (patch) | |
tree | 0f9123121c1fcc51bc666b35b8eb99ea6bea0ba5 /configure.ac | |
parent | 0e682df529bb9216e009da39c449dab29ccf2807 (diff) |
improve new enable_sdremote_bluetooth AC_MSG_CHECKING...
Change-Id: Ic63e5d9406b39006e76e3044213d58405e4fa557
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9b9b9905ced8..3858185630d3 100644 --- a/configure.ac +++ b/configure.ac @@ -9524,7 +9524,7 @@ AC_MSG_CHECKING([whether to enable sd remotecontrol]) if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then AC_MSG_RESULT([yes]) ENABLE_SDREMOTE=YES - AC_MSG_CHECKING([whether to enable sdremote via bluetooth support]) + AC_MSG_CHECKING([whether to enable bluetooth support in sdremote]) if test -n "$enable_sdremote_bluetooth" -a "$enable_sdremote_bluetooth" != "no"; then if test "$OS" = "LINUX"; then if test "$ENABLE_DBUS" = "TRUE"; then |