diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 26f66b92d1a3..88571f0308f4 100644 --- a/configure.ac +++ b/configure.ac @@ -8316,7 +8316,7 @@ AC_SUBST(PYTHON_VERSION_MAJOR) AC_SUBST(PYTHON_VERSION_MINOR) ENABLE_MARIADBC=TRUE -if test "$_os" = "Android"; then +if test "$_os" = "Android" -o "$_os" = "iOS"; then ENABLE_MARIADBC= fi MARIADBC_MAJOR=1 |