Kaydet (Commit) e4c0363a authored tarafından Rene Engelhard's avatar Rene Engelhard

improve new enable_sdremote_bluetooth AC_MSG_CHECKING...

Change-Id: Ic63e5d9406b39006e76e3044213d58405e4fa557
üst 0e682df5
...@@ -9524,7 +9524,7 @@ AC_MSG_CHECKING([whether to enable sd remotecontrol]) ...@@ -9524,7 +9524,7 @@ AC_MSG_CHECKING([whether to enable sd remotecontrol])
if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
ENABLE_SDREMOTE=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 -n "$enable_sdremote_bluetooth" -a "$enable_sdremote_bluetooth" != "no"; then
if test "$OS" = "LINUX"; then if test "$OS" = "LINUX"; then
if test "$ENABLE_DBUS" = "TRUE"; then if test "$ENABLE_DBUS" = "TRUE"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment