Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.22, 0.23
-
None
Description
When building on FreeBSD 9.1 the libc regex implementation isn't detected because the build chain doesn't set _POSIX_SOURCE.
So to allow building on all POSIX/unix variants the test needs to change.
I propose to check if either POSIX_SOURCE or __unix_ are set.