configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit e3a8f1757434516117e9634babe7240ed50a0b38 Author: Rene Engelhard <[email protected]> Date: Fri Nov 16 14:43:46 2012 +0100 one more fix for ENABLE_SDREMOTE_BLUETOOTH logic Change-Id: I291eb59b54410f24a1a4b227bea2b55d3e3355b7 diff --git a/configure.ac b/configure.ac index 3858185..78440ae 100644 --- a/configure.ac +++ b/configure.ac @@ -9547,9 +9547,13 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then ENABLE_SDREMOTE_BLUETOOTH=NO fi else + # FIXME: should this really be disabled in everything non-Linux? AC_MSG_RESULT([no]) ENABLE_SDREMOTE_BLUETOOTH=NO fi + else + AC_MSG_RESULT([no]) + ENABLE_SDREMOTE_BLUETOOTH=NO fi else ENABLE_SDREMOTE=NO commit e4c0363a87bed8d78dc6f8bf04c733f2c36ff8a4 Author: Rene Engelhard <[email protected]> Date: Fri Nov 16 14:23:32 2012 +0100 improve new enable_sdremote_bluetooth AC_MSG_CHECKING... Change-Id: Ic63e5d9406b39006e76e3044213d58405e4fa557 diff --git a/configure.ac b/configure.ac index 9b9b990..3858185 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 _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
