configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 4652d11862f1e3b30edc455f55fc8e215eae6c83 Author: Zolnai Tamás <tamas.zol...@collabora.com> Date: Sun Apr 20 12:24:53 2014 +0200
Try to disable gltf support on mac once more. Change-Id: I863829590050ec6d19957969aee8cda4515df894 diff --git a/configure.ac b/configure.ac index b6c4584..595eaf8 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"
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits