Looks like the build failure on Mac is a problem with the way the build bot handles configure. The first patch in this series changes the configure check for libpcap. The build bot runs the check after applying this patch and it fails as it should. On subsequent patches (that don't touch configure.ac) configure is run with cached values from before the first patch, where the check still succeeded, and this causes the build fail.