configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3bc517828a10ca9ef4c76afbd8538f0fc9a62034 Author: Zolnai Tamás <tamas.zol...@collabora.com> Date: Sat Apr 19 18:18:59 2014 +0200
Disable gltf support on windows until it has building problems. Change-Id: I6469c4aa0367a420079c0862e7db40064189a78a diff --git a/configure.ac b/configure.ac index 63a60da..a0a91bd 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"
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits