diff options
author | Tor Lillqvist <tml@iki.fi> | 2018-08-27 14:36:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2018-08-27 14:39:11 +0300 |
commit | c5bef7505a6b761cf586abb4316776069ce0e887 (patch) | |
tree | 409d2a15b2ab2aba9e212d40439ab8325c6c61dd /configure.ac | |
parent | a6b5dda58ca2e7c52f946bba12e79780f9a1fd00 (diff) |
Disable mariadb for iOS, too
Change-Id: Iee7b31f1b1a498b99f027cc9f5aeb60360213e51
Diffstat (limited to 'configure.ac')
-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 |