[Libreoffice-commits] core.git: configure.ac
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Sat Feb 15 18:49:59 UTC 2020
configure.ac | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 15c0f22c31a46ce37e98f9394e6a8e0bc92495f9
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Sat Feb 15 17:34:39 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Sat Feb 15 19:49:23 2020 +0100
Do not silently ignore an explicit --enable-sdremote-bluetooth
Change-Id: I362d9402f3123f852a4342ce5f8b604913e11ece
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88762
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/configure.ac b/configure.ac
index d7237b8dc061..ce41a7ebaf80 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10838,6 +10838,9 @@ if test -n "$enable_sdremote" -a "$enable_sdremote" != "no"; then
if test $OS = MACOSX && test "$MACOSX_SDK_VERSION" -ge 101500; then
# The Bluetooth code doesn't compile with macOS SDK 10.15
+ if test "$enable_sdremote_bluetooth" = yes; then
+ AC_MSG_ERROR([macOS SDK $with_macosx_sdk does not currently support --enable-sdremote-bluetooth])
+ fi
enable_sdremote_bluetooth=no
fi
# If not explicitly enabled or disabled, default
More information about the Libreoffice-commits
mailing list