summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-07 13:06:18 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-07 15:07:41 +0300
commit171d001a89e70cb08b389ad58f1c9683c1adefa8 (patch)
tree00769ca9cd2bd5e60b1238cb711d3a69cb41b08e /configure.ac
parent087fcc43b13985b03d935dfd1e25a0d36d58cb1e (diff)
Build libgltf (and freetype) for iOS, too
They won't be used for now, but just to enforce portability of the libgltf code a bit. Change-Id: Ie5d2b9125eb0f4a2e432dcb8b55d5f494a5ed34d
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7520ea92fd5d..682aee6b211a 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 "x$enable_gltf" != "xno"; then
+if test "x$enable_gltf" != "xno"; then
ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE LIBGLTF"