This fixes "make check" builds on systems with lzo on a non-standard
location.
Signed-off-by: Steffan Karger
---
configure.ac | 9 +++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 59673e049..56598217f 100644
--- a/configure.ac
+++ b/config
Your patch has been applied to the master branch.
I'm (sorry) again not totally happy with it - it introduces the configure
changes for sitnl, namely, breaking the "do route and ifconfig command
exist?" check on all Linux systems (have_sitnl=yes is unconditionally
set for Linux, and that will then
Your patch has been applied to the master branch.
The change to options_string() surprised me a bit, then I found that
it's calling init_tun() under the hood (sometimes) and now I do not
want to know anymore... or maybe I want to have someone tell me "oh,
with Heiko's windows change of ordering,
Your patch has been applied to the master branch.
Sufficiently trivial and independent of piece 4+5+6 that I applied
this in between. Failed, of course, because the context of .travis.yml
got modified in between... we really need to focus our development on
"one large thing at a time"...
commit