summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-04-20 12:24:53 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-04-20 12:24:53 +0200
commit4652d11862f1e3b30edc455f55fc8e215eae6c83 (patch)
treec3f38d48a48fdebb0da354cd7b9792e69cac2663 /configure.ac
parent68617a21a26a3cf9daa35b1f31f3b8f4aa56ddd0 (diff)
Try to disable gltf support on mac once more.
Change-Id: I863829590050ec6d19957969aee8cda4515df894
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 b6c45848b75b..595eaf8ebc83 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 $_os != MACOSX -a "x$enable_gltf" != "xno"; then
+if test $_os != iOS -a $_os != Android -a $_os != WINNT -a $_os != Darwin -a "x$enable_gltf" != "xno"; then
ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE LIBGLTF"