]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
negotiate_wrapper: vfork is not portable
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 13 Jul 2014 09:43:10 +0000 (02:43 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 13 Jul 2014 09:43:10 +0000 (02:43 -0700)
Windows does not provide vfork(), so we must test for it before building
the helper.

helpers/negotiate_auth/wrapper/required.m4

index a8c7aa1652eccb81592ebbbaf985b0fe97674205..64d6ca723df7fcba1344d4ad224399a2556f2db0 100755 (executable)
@@ -1 +1 @@
-BUILD_HELPER="wrapper"
+AC_CHECK_FUNCS(vfork,[BUILD_HELPER="wrapper"])