diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2017-04-05 14:15:43 +0200 |
---|---|---|
committer | Jan Moskyto Matejka <mq@ucw.cz> | 2017-04-12 16:04:22 +0200 |
commit | 54635f435a76ad0f3141b09a9c5072f6e2e8c319 (patch) | |
tree | bbeda4674ce976fe8fa106f6585f9dfe6187483c /configure.in | |
parent | 711d617dc106a8af34c6c8f3500f337a792f1f3d (diff) |
Include local lwtunnel.h unless found in system
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index af9c452d..c37a0264 100644 --- a/configure.in +++ b/configure.in @@ -218,6 +218,7 @@ esac AC_CHECK_HEADER(syslog.h, [AC_DEFINE(HAVE_SYSLOG)]) AC_CHECK_HEADER(alloca.h, [AC_DEFINE(HAVE_ALLOCA_H)]) +AC_CHECK_HEADER([linux/lwtunnel.h], [AC_DEFINE(HAVE_LWTUNNEL)]) AC_MSG_CHECKING(whether 'struct sockaddr' has sa_len) AC_TRY_COMPILE([#include <sys/types.h> #include <sys/socket.h> |