summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-05-06 20:43:32 +0300
committerTor Lillqvist <tml@collabora.com>2014-05-06 20:44:15 +0300
commit40dbddf185be78862b88274686e9acf988f21571 (patch)
tree28d1328a023bd4dc5f384ffcd487fe1d98fc6d2d /configure.ac
parent563a83a8cf30327008397913f12e0373b8a1650c (diff)
libgltf builds without problems on OS X for me, so let's try enabling it
Change-Id: I3981629cf59c752388c647c939c998528d8ca610
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 256efe939f78..f9f1ec598ee3 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"