summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-02-25 15:40:02 +0200
committerCaolán McNamara <caolanm@redhat.com>2019-02-27 16:15:49 +0100
commit05a5fa6cb71b9482be45e803512e33f977d8af03 (patch)
treeafff63d45dc2d3ff3f9afbf5b92152fe8fca0e1b /configure.ac
parent6de7e74a0dc981cf0947eb9941fc6dc2cd7cc395 (diff)
Check enable_mpl_subset, too, for mysqlc
Change-Id: I083583b86fa404eb16eea354ef9e6d22cf4c62fe Reviewed-on: https://gerrit.libreoffice.org/68346 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 56ecb282d60e..9d06e2a7961d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8472,7 +8472,7 @@ AC_SUBST(PYTHON_VERSION_MAJOR)
AC_SUBST(PYTHON_VERSION_MINOR)
ENABLE_MARIADBC=TRUE
-if test "$_os" = "Android" -o "$_os" = "iOS"; then
+if test "$_os" = "Android" -o "$_os" = "iOS" -o "$enable_mpl_subset" = "yes"; then
ENABLE_MARIADBC=
fi
MARIADBC_MAJOR=1