[Libreoffice-commits] core.git: configure.ac

Tor Lillqvist tml at collabora.com
Tue May 6 10:46:22 PDT 2014


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 40dbddf185be78862b88274686e9acf988f21571
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue May 6 20:43:32 2014 +0300

    libgltf builds without problems on OS X for me, so let's try enabling it
    
    Change-Id: I3981629cf59c752388c647c939c998528d8ca610

diff --git a/configure.ac b/configure.ac
index 256efe9..f9f1ec5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10397,7 +10397,7 @@ dnl ===================================================================
 
 ENABLE_GLTF=
 AC_MSG_CHECKING([whether to enable glTF support])
-if test $_os != iOS -a $_os != Android -a $_os != Darwin -a "x$enable_gltf" != "xno"; then
+if test $_os != iOS -a $_os != Android -a  "x$enable_gltf" != "xno"; then
     ENABLE_GLTF=TRUE
     AC_MSG_RESULT([yes])
     BUILD_TYPE="$BUILD_TYPE LIBGLTF"


More information about the Libreoffice-commits mailing list