diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-19 18:18:59 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-04-19 18:18:59 +0200 |
commit | 3bc517828a10ca9ef4c76afbd8538f0fc9a62034 (patch) | |
tree | ce75995b54fca049ae9db0bd4c22624c7c49f777 /configure.ac | |
parent | f333d58e73ac39b48ae655fd9e123a4ca77f1562 (diff) |
Disable gltf support on windows until it has building problems.
Change-Id: I6469c4aa0367a420079c0862e7db40064189a78a
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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" |