mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Temporary fix for HASHMAP_DEPRECATED on clang.
This commit is contained in:
parent
9ffdda87bd
commit
e74da8e6e9
2
configure
vendored
2
configure
vendored
@ -908,6 +908,8 @@ print FILEHANDLE "#define MAXBUF " . ($config{MAXBUF}+2) . "\n";
|
||||
(($config{GCCVER} == 4) && ($config{GCCMINOR} >= 3))
|
||||
||
|
||||
($config{GCCVER} > 4)
|
||||
|| # HACK: temporary fix for non-GCC (i.e. clang) builds
|
||||
($config{CC} !~ /gcc/)
|
||||
) {
|
||||
print FILEHANDLE "#define HASHMAP_DEPRECATED\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user