Fix conditional checking of tun/tap headers on DragonFly BSD.
This commit is contained in:
parent
039d6d48af
commit
8afb52a39a
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ case $host_os in
|
||||||
[], [AC_MSG_ERROR([Required header file missng])], [#include "$srcdir/src/have.h"]
|
[], [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],
|
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"]
|
[], [], [#include "$srcdir/src/have.h"]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue