Kaydet (Commit) 3d5f1d12 authored tarafından Tor Lillqvist's avatar Tor Lillqvist Kaydeden (comit) Michael Meeks

Disable mariadb for iOS

(In master it is disabled for Android, too.)

Change-Id: Iee7b31f1b1a498b99f027cc9f5aeb60360213e51
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: 's avatarMichael Meeks <michael.meeks@collabora.com>
üst a1742456
...@@ -8109,6 +8109,9 @@ AC_SUBST(PYTHON_VERSION_MAJOR) ...@@ -8109,6 +8109,9 @@ AC_SUBST(PYTHON_VERSION_MAJOR)
AC_SUBST(PYTHON_VERSION_MINOR) AC_SUBST(PYTHON_VERSION_MINOR)
ENABLE_MARIADBC=TRUE ENABLE_MARIADBC=TRUE
if test "$_os" = "iOS"; then
ENABLE_MARIADBC=
fi
MARIADBC_MAJOR=1 MARIADBC_MAJOR=1
MARIADBC_MINOR=0 MARIADBC_MINOR=0
MARIADBC_MICRO=2 MARIADBC_MICRO=2
......
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