Skip to content
Snippets Groups Projects
Commit 00550414 authored by Nick Zavaritsky's avatar Nick Zavaritsky
Browse files

gh-1019: Fix FreeBSD 10 build issue with gcc4.8

Issue was due to _Thread_local keyword used in the system
header which gcc4.8 fails to understand in c11 mode.
In --std=gnu99 mode it works.

Updated cmake test to claim no c11 support if ctype.h fails
to compile.
parent f08ee562
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment