Handle the absence of IP_MTU_DISCOVER
This commit is contained in:
committed by
Keith Winstein
parent
e8d14d35a6
commit
a1671bcf3b
@@ -89,6 +89,11 @@ AC_CHECK_DECL([htobe64],
|
||||
[[#include <libkern/OSByteOrder.h>]])],
|
||||
[[#include <endian.h>]])
|
||||
|
||||
AC_CHECK_DECL([IP_MTU_DISCOVER],
|
||||
[AC_DEFINE([HAVE_IP_MTU_DISCOVER], [1],
|
||||
[Define if IP_MTU_DISCOVER is a valid sockopt.])],
|
||||
, [[#include <netinet/ip.h>]])
|
||||
|
||||
# Checks for protobuf
|
||||
PKG_CHECK_MODULES([protobuf], [protobuf])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user