Updated Clang and LLVM detection

This commit is contained in:
Christophe Riccio 2011-09-19 18:24:21 +01:00
parent d868e52275
commit 3ca45b7f0e

View file

@ -166,7 +166,7 @@
# endif//_MSC_VER
// G++
#elif defined(__GNUC__) || defined(__llvm__) || defined(__clang__)
#elif defined(__GNUC__)// || defined(__llvm__) || defined(__clang__)
# if defined (__llvm__)
# define GLM_COMPILER_GCC_EXTRA GLM_COMPILER_GCC_LLVM
# elif defined (__clang__)