summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-02-25 15:40:02 +0200
committerTor Lillqvist <tml@collabora.com>2019-03-05 14:42:37 +0200
commit64628dd30cd4055ca1e8c0cd3e06737cd2bc7dc6 (patch)
tree5d05f933239f81641dcd9444c68fc294f9936b01
parent3608c5b8a3388f249ed9dfc35996a3c0af4470d1 (diff)
Check enable_mpl_subset, too
Change-Id: I083583b86fa404eb16eea354ef9e6d22cf4c62fe
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index db64cef6cb49..8103caed471a 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