summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-03-24 09:58:37 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-26 14:33:15 +0200
commit40a56e79d5d45c8e40c599f52349007155f7e475 (patch)
tree7c99d0313b3f0057bccd0c1c00f4116af04c2567 /configure.ac
parentaee7428c53483ada74ecbea70316bbaf0c461f11 (diff)
downloadopenvpn-40a56e79d5d45c8e40c599f52349007155f7e475.tar.gz
openvpn-40a56e79d5d45c8e40c599f52349007155f7e475.tar.xz
openvpn-40a56e79d5d45c8e40c599f52349007155f7e475.zip
build: enable lzo by default
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Gert Doering <gert@greenie.muc.de> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 9a6ff29..bd84c0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,9 +41,9 @@ AC_USE_SYSTEM_EXTENSIONS
AC_ARG_ENABLE(
[lzo],
- [AS_HELP_STRING([--enable-lzo], [enable LZO compression support @<:@default=no@:>@])],
+ [AS_HELP_STRING([--disable-lzo], [disable LZO compression support @<:@default=yes@:>@])],
,
- [enable_lzo="no"]
+ [enable_lzo="yes"]
)
AC_ARG_ENABLE(