summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2019-01-23 23:57:42 +0000
committerAndras Timar <andras.timar@collabora.com>2019-01-23 23:57:42 +0000
commitf3818e9a3984c81e2eb4b9ed6e5421584dfbe028 (patch)
treecfa44327a704d3909b30a9b84179c865329db7a9
parent9faf0001516c3c7898331a2f38863046b85fe5e1 (diff)
don't build MariaDB Connector with MPLv2 subset
Change-Id: I77159776e2f6625cdd23d1b11b36485325da2a3c
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1dc26523921c..795712ea084e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8104,7 +8104,7 @@ AC_SUBST(PYTHON_VERSION_MAJOR)
AC_SUBST(PYTHON_VERSION_MINOR)
ENABLE_MARIADBC=TRUE
-if test "$_os" = "iOS"; then
+if test "$_os" = "iOS" -o "$enable_mpl_subset" = "yes"; then
ENABLE_MARIADBC=
fi
MARIADBC_MAJOR=1