tun_device: Add warning if TUN devices are not supported by platform
This commit is contained in:
committed by
Andreas Steffen
parent
5ec08a6a05
commit
bf32cdfbf6
+1
-1
@@ -489,7 +489,7 @@ AC_CHECK_FUNC(
|
||||
|
||||
AC_CHECK_FUNCS(prctl mallinfo getpass closefrom getpwnam_r getgrnam_r getpwuid_r)
|
||||
|
||||
AC_CHECK_HEADERS(sys/sockio.h glob.h)
|
||||
AC_CHECK_HEADERS(sys/sockio.h glob.h net/if_tun.h)
|
||||
AC_CHECK_HEADERS(net/pfkeyv2.h netipsec/ipsec.h netinet6/ipsec.h linux/udp.h)
|
||||
AC_CHECK_HEADERS(netinet/ip6.h, [], [],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user