summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-02-25 15:40:02 +0200
committerTor Lillqvist <tml@collabora.com>2019-02-25 15:43:09 +0200
commitac9ff2df4b02a24394935e27b184009edca9d6c5 (patch)
treea6740ca31a688f8eb9d46974108e6e51ee789692 /configure.ac
parentThere is no --disable-ext-mariadb-connector option any longer (diff)
downloadcore-ac9ff2df4b02a24394935e27b184009edca9d6c5.tar.gz
core-ac9ff2df4b02a24394935e27b184009edca9d6c5.zip
Check enable_mpl_subset, too, for mysqlc
Change-Id: I083583b86fa404eb16eea354ef9e6d22cf4c62fe
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 54cdf16f7faf..3b28ca40cef1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8616,7 +8616,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