diff options
author | John Spencer <maillist-tinyproxy@barfooze.de> | 2016-01-03 20:55:37 +0000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2016-01-19 22:50:20 +0100 |
commit | 186bbc3efb4b47caac0b5e14465c97918c99e442 (patch) | |
tree | da0077921a5d8a6b3fc7eebc23945c73d25eec8c /src/reqs.c | |
parent | b036d2e055a1031f9baf579b2edae704d937be97 (diff) |
configure.ac: remove check for broken regex which breaks crosscompilation
in the unlikely case that the user's C library has broken regex support,
she should probably update to a bugfree version.
in its full consequence, checking if individual functions works basically
require to test every single function in use, which is nonsensical.
since this check required to compile and run a code sample on the host,
it cannot be checked in cross-compile scenarios and as it defaulted to yes
(broken), causes build failure in any such scenario.
closes #1
Signed-off-by: John Spencer <maillist-tinyproxy@barfooze.de>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'src/reqs.c')
0 files changed, 0 insertions, 0 deletions