[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist
tml at collabora.com
Wed May 7 02:11:43 PDT 2014
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit c6fdd34c16f415629222348631141c3e13af6d4a
Author: Tor Lillqvist <tml at collabora.com>
Date: Wed May 7 12:09:03 2014 +0300
Build libgltf for Android, too
It won't be used for now, anyway, as libgltf is used only in avmedia and we
don't build any avmedia for Android. But just to make sure the code stays
portable.
Change-Id: I7a4e5ee3d22f28a407d400a65a1704c23dcb1107
diff --git a/configure.ac b/configure.ac
index f9f1ec5..7520ea9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10397,7 +10397,7 @@ dnl ===================================================================
ENABLE_GLTF=
AC_MSG_CHECKING([whether to enable glTF support])
-if test $_os != iOS -a $_os != Android -a "x$enable_gltf" != "xno"; then
+if test $_os != iOS -a "x$enable_gltf" != "xno"; then
ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE LIBGLTF"
More information about the Libreoffice-commits
mailing list