diff options
author | Tobias Brunner <tobias@strongswan.org> | 2016-12-02 10:55:13 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2016-12-02 16:56:13 +0100 |
commit | 016228c15843ad8ca365809b98f500722b512fd7 (patch) | |
tree | b30b1f035e5c5b591af81c43724be9bd09bdcf12 /src/libcharon/plugins/kernel_wfp | |
parent | 5078f87a52c6bcc296ff783a8c26d32c94948ab1 (diff) | |
download | strongswan-016228c15843.tar.bz2 strongswan-016228c15843.tar.xz |
configure: Check for actual functions in libraries with AC_CHECK_LIB
Checking for `main` produces code like this in the test program:
int
main ()
{
return main ();
;
return 0;
}
This recursive call results in a warning message with some compilers (e.g.
Clang in newer Xcode versions: "all paths through this function will call
itself [-Winfinite-recursion]"), which lets the tests fail when compiling
with -Werror.
Diffstat (limited to 'src/libcharon/plugins/kernel_wfp')
0 files changed, 0 insertions, 0 deletions