summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-07-18 19:11:14 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-07-23 21:51:42 +0200
commit887c088f20fe36b9b15484d0a5ec9416ba6cd310 (patch)
tree0c2ad05c3c4e1a35cb438475f0d93152844c3240 /configure.ac
parentea5ef0a72e5e608baf2c40700658a4fcba6a3759 (diff)
make libgltf compile on OSX
Change-Id: Ie39292137f931bfd557f66c485e104cf5d5089b8
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 d820cfdb7901..45f77edb9361 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10600,7 +10600,7 @@ dnl Check whether to enable glTF support
dnl ===================================================================
AC_MSG_CHECKING([whether to enable glTF support])
ENABLE_GLTF=
-if test "x$enable_gltf" != "xno" -a $_os != Darwin -a $_os != iOS -a $_os != Android; then
+if test "x$enable_gltf" != "xno" -a $_os != iOS -a $_os != Android; then
ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes])
AC_DEFINE(HAVE_FEATURE_GLTF,1)