]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix wrong configure.ac parsing of --enable-async-push
authorDavid Sommerseth <davids@openvpn.net>
Tue, 6 Dec 2016 22:10:51 +0000 (23:10 +0100)
committerDavid Sommerseth <davids@openvpn.net>
Tue, 6 Dec 2016 22:48:12 +0000 (23:48 +0100)
commite62eccf025aa60ec268787d2aa4a46310ed1cd60
tree1bea2446b9c3e7f405f99d0062e9689fe3401337
parent251cc8f2042cc0cb8281230f7fb33f2cdec5b809
Fix wrong configure.ac parsing of --enable-async-push

AC_ARG_ENABLE() was used wrong, which led enable_async_push to
always be set, regardless if --enable-async-push or --disable-async-push
was used.

Also spotted the exact same patch when writing this commit message as
GitHub PR#70.

Trac: #786
Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <1481062251-18349-1-git-send-email-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13411.html
configure.ac