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 /sysdep/autoconf.h.in | |
parent | 711d617dc106a8af34c6c8f3500f337a792f1f3d (diff) |
Include local lwtunnel.h unless found in system
Diffstat (limited to 'sysdep/autoconf.h.in')
-rw-r--r-- | sysdep/autoconf.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in index 4887c433..6f580846 100644 --- a/sysdep/autoconf.h.in +++ b/sysdep/autoconf.h.in @@ -74,4 +74,7 @@ /* We have LibSSH */ #undef HAVE_LIBSSH +/* We have linux lwtunnel */ +#undef HAVE_LWTUNNEL + #define CONFIG_PATH ? |