configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 15c0f22c31a46ce37e98f9394e6a8e0bc92495f9
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Sat Feb 15 17:34:39 2020 +0100
Commit:     Stephan Bergmann <sberg...@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 <sberg...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to