diff options
author | jcid <devnull@localhost> | 2008-10-17 14:24:27 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-10-17 14:24:27 +0200 |
commit | ea7961b41b859f5243d0c806c0e9d8bf1e76b3f7 (patch) | |
tree | 58f7058b1321ca0e3290a98c7424b543edf84883 /configure.in | |
parent | fd053ffcdce41ac6b24b261939c82f1b7b7a2933 (diff) |
.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8b8ebffc..85790df5 100644 --- a/configure.in +++ b/configure.in @@ -21,7 +21,7 @@ AC_ARG_ENABLE(insure, [ --enable-insure Try to compile and run with Ins , enable_insure=no) AC_ARG_ENABLE(ansi, [ --enable-ansi Try to compile and run with ANSI flags], , enable_ansi=no) -AC_ARG_ENABLE(ssl, [ --enable-ssl Enable ssl features (eg. https)], +AC_ARG_ENABLE(ssl, [ --enable-ssl Enable ssl, https (ALPHA CODE)], , enable_ssl=no) AC_ARG_ENABLE(ipv6, [ --enable-ipv6 Build with support for IPv6], , ) AC_ARG_ENABLE(cookies,[ --disable-cookies Don't compile support for cookies], |