summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-04-19 18:18:59 +0200
committerZolnai Tamás <tamas.zolnai@collabora.com>2014-04-19 18:18:59 +0200
commit3bc517828a10ca9ef4c76afbd8538f0fc9a62034 (patch)
treece75995b54fca049ae9db0bd4c22624c7c49f777
parentf333d58e73ac39b48ae655fd9e123a4ca77f1562 (diff)
Disable gltf support on windows until it has building problems.
Change-Id: I6469c4aa0367a420079c0862e7db40064189a78a
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 63a60da505c1..a0a91bdd1444 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 "x$enable_gltf" != "xno"; then
+if test $_os != iOS -a $_os != Android -a $_os != WINNT -a "x$enable_gltf" != "xno"; then
ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE LIBGLTF"