diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-21 19:00:59 +0200 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2014-04-22 01:17:09 +0200 |
commit | 0f72d53c05b823b8baaa29c452d09243e52afb5a (patch) | |
tree | c5b0beb4d47ae6f8d6571f505d83761175213d1b | |
parent | a62d76b0d1815b848b28f3d097fede1fa9be6365 (diff) |
Enable libgltf on windows as well
Change-Id: Id878bacc86facba34f77bde2fbbfd78b0a426c39
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 209975c9e15a..bc5cfd78c7cb 100644 --- a/configure.ac +++ b/configure.ac @@ -10372,7 +10372,7 @@ dnl =================================================================== ENABLE_GLTF= AC_MSG_CHECKING([whether to enable glTF support]) -if test $_os != iOS -a $_os != Android -a $_os != WINNT -a $_os != Darwin -a "x$enable_gltf" != "xno"; then +if test $_os != iOS -a $_os != Android -a $_os != Darwin -a "x$enable_gltf" != "xno"; then ENABLE_GLTF=TRUE AC_MSG_RESULT([yes]) BUILD_TYPE="$BUILD_TYPE LIBGLTF" |