summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-04-20 12:06:54 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-04-20 12:06:54 +0200
commit68617a21a26a3cf9daa35b1f31f3b8f4aa56ddd0 (patch)
treedac6af84dbba08e9ac2740e4476e0f28e35c33c8 /configure.ac
parent68baa264a5c36f99bf946fae92e0faef53b737f3 (diff)
Disable gltf support on mac until freetype build problems are fixed
This reverts commit 68baa264a5c36f99bf946fae92e0faef53b737f3. Change-Id: Iea889a3188783f6c0d853f04e2b43442e0a692cc
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 2ab350f186e8..b6c45848b75b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10368,7 +10368,7 @@ dnl ===================================================================
ENABLE_GLTF=
AC_MSG_CHECKING([whether to enable glTF support])
-if test $_os != iOS -a $_os != Android -a $_os != WINNT -a "x$enable_gltf" != "xno"; then
+if test $_os != iOS -a $_os != Android -a $_os != WINNT -a $_os != MACOSX -a "x$enable_gltf" != "xno"; then
ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE LIBGLTF"