Kaydet (Commit) 05a5fa6c authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Caolán McNamara

Check enable_mpl_subset, too, for mysqlc

Change-Id: I083583b86fa404eb16eea354ef9e6d22cf4c62fe
Reviewed-on: https://gerrit.libreoffice.org/68346
Tested-by: Jenkins
Reviewed-by: 's avatarTor Lillqvist <tml@collabora.com>
üst 6de7e74a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment