Fix conditional checking of tun/tap headers on DragonFly BSD.

This commit is contained in:
Guus Sliepen 2016-04-15 14:27:52 +02:00
parent 039d6d48af
commit 8afb52a39a

View file

@ -203,7 +203,7 @@ case $host_os in
[], [AC_MSG_ERROR([Required header file missng])], [#include "$srcdir/src/have.h"]
)
;;
*bsd*|*darwin*)
*bsd*|*dragonfly*|*darwin*)
AC_CHECK_HEADERS([net/if_tun.h net/if_utun.h net/tun/if_tun.h net/if_tap.h net/tap/if_tap.h],
[], [], [#include "$srcdir/src/have.h"]
)