Remove the test for linux/if_tun.h.

It has been available for years on any decent Linux distribution.
Although linux/if_tun.h is now required to compile tinc,
you can still run it on systems which only support Ethertap.
This commit is contained in:
Guus Sliepen 2006-12-16 16:40:09 +00:00
parent b55813dc0b
commit 0322c0883b
3 changed files with 0 additions and 58 deletions

View file

@ -142,12 +142,6 @@ AC_CACHE_SAVE
dnl These are defined in files in m4/
case $host_os in
*linux*)
tinc_TUNTAP
;;
esac
tinc_OPENSSL
tinc_ZLIB
tinc_LZO