From 171d001a89e70cb08b389ad58f1c9683c1adefa8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 7 May 2014 13:06:18 +0300 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"