diff options
| author | 2015-02-20 19:14:31 +0000 | |
|---|---|---|
| committer | 2015-02-20 19:16:14 +0000 | |
| commit | ee3b1ba801f8f731f3efee180fc224f206ffaa70 (patch) | |
| tree | 3339d9c22263e57827666463f47cfefd00f3cfc7 /make/test/compiler.cpp | |
| parent | Change all occurrences of Inspire to InspIRCd (diff) | |
| download | inspircd++-ee3b1ba801f8f731f3efee180fc224f206ffaa70.tar.gz inspircd++-ee3b1ba801f8f731f3efee180fc224f206ffaa70.tar.bz2 inspircd++-ee3b1ba801f8f731f3efee180fc224f206ffaa70.zip | |
Fix oversight which caused problems with Clang on OSX.
Diffstat (limited to 'make/test/compiler.cpp')
| -rw-r--r-- | make/test/compiler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/test/compiler.cpp b/make/test/compiler.cpp index d78f07830..edf08b8e3 100644 --- a/make/test/compiler.cpp +++ b/make/test/compiler.cpp @@ -25,7 +25,7 @@ # include <tr1/unordered_map> #endif -#if defined __APPLE__ && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ == 1 +#if defined __llvm__ && !defined __clang__ && __GNUC__ == 4 && __GNUC_MINOR__ == 2 && __GNUC_PATCHLEVEL__ == 1 # error "LLVM-GCC 4.2.1 has broken visibility support." #endif |
