]> git.ipfire.org Git - thirdparty/openvpn.git/commit
autotools: Fix wrong ./configure help screen default values
authorDavid Sommerseth <davids@redhat.com>
Mon, 24 Nov 2014 18:09:38 +0000 (19:09 +0100)
committerGert Doering <gert@greenie.muc.de>
Sun, 30 Nov 2014 16:13:39 +0000 (17:13 +0100)
commit995be6fdc07f1280c46eec0c9b86f690124fb30f
tree0a79ab250044305e63e7e7e8ed325013aa049d2b
parent0d8da22ae36d5efd03fba36c1d783b907589e321
autotools: Fix wrong ./configure help screen default values

enable_crypto_ofb_cfb is "yes" by default, so the --help screen
should show --disable-ofb-cfb and not --enable-ofb-cfb.

enable_small and enable_password_save are both "no" by default, so
the --help screen should state "default: no".  Now it says "yes" as
default, but is really disabled in the reality.

Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1416852578-7581-1-git-send-email-openvpn.list@topphemmelig.net>
URL: http://article.gmane.org/gmane.network.openvpn.devel/9278
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 104360b4f40a4ba29987d9478aed70450fec75a2)
configure.ac