pass HOST_ variables, not BUILD_
[buildroot.git] / package / vtun / vtun-3.0.1-001-configure-typos.patch
blob7c6c4f27f05efcc96d8e497aa054875a60cd01d7
1 diff -u vtun-3.0.1.orig1/configure.in vtun-3.0.1/configure.in
2 --- vtun-3.0.1.orig1/configure.in 2007-10-13 19:13:09.000000000 +0200
3 +++ vtun-3.0.1/configure.in 2007-10-13 19:14:40.000000000 +0200
4 @@ -13,25 +13,25 @@
6 dnl Shapper support
7 AC_ARG_ENABLE(shaper,
8 - --disable-shaper Don not compile shaper module,
9 + --disable-shaper Do not compile shaper module,
10 SHAPER=$enableval,
11 SHAPER=yes
13 dnl Encryption support
14 AC_ARG_ENABLE(ssl,
15 - --disable-ssl Don not compile encryption module,
16 + --disable-ssl Do not compile encryption module,
17 SSL=$enableval,
18 SSL=yes
20 dnl ZLIB support
21 AC_ARG_ENABLE(zlib,
22 - --disable-zlib Don not compile ZLIB compression module,
23 + --disable-zlib Do not compile ZLIB compression module,
24 ZLIB=$enableval,
25 ZLIB=yes
27 dnl LZO support
28 AC_ARG_ENABLE(lzo,
29 - --disable-lzo Don not compile LZO compression module,
30 + --disable-lzo Do not compile LZO compression module,
31 LZO=$enableval,
32 LZO=yes