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.
Please register or sign in to comment