From: Amos Jeffries Date: Sun, 13 Jul 2014 09:43:10 +0000 (-0700) Subject: negotiate_wrapper: vfork is not portable X-Git-Tag: SQUID_3_5_0_1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2a0819e5a776290211848a0883f9923b9a5bc78;p=thirdparty%2Fsquid.git negotiate_wrapper: vfork is not portable Windows does not provide vfork(), so we must test for it before building the helper. --- diff --git a/helpers/negotiate_auth/wrapper/required.m4 b/helpers/negotiate_auth/wrapper/required.m4 index a8c7aa1652..64d6ca723d 100755 --- a/helpers/negotiate_auth/wrapper/required.m4 +++ b/helpers/negotiate_auth/wrapper/required.m4 @@ -1 +1 @@ -BUILD_HELPER="wrapper" +AC_CHECK_FUNCS(vfork,[BUILD_HELPER="wrapper"])