]> git.ipfire.org Git - thirdparty/squid.git/commit
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)
commitc2a0819e5a776290211848a0883f9923b9a5bc78
tree40750b173bd22bb9150f6a7655c313d5aaf371b8
parentb966288bdf12dbd83b8c7ff4c1d33fbf5e917ab1
negotiate_wrapper: vfork is not portable

Windows does not provide vfork(), so we must test for it before building
the helper.
helpers/negotiate_auth/wrapper/required.m4