]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
build: fix typo in --enable-save-password
authorAlon Bar-Lev <alon.barlev@gmail.com>
Fri, 27 Apr 2012 13:40:54 +0000 (16:40 +0300)
committerDavid Sommerseth <davids@redhat.com>
Fri, 27 Apr 2012 22:13:40 +0000 (00:13 +0200)
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
Acked-by: David Sommerseth <davids@redhat.com>
Message-Id: 1335534054-14895-1-git-send-email-alon.barlev@gmail.com
URL: http://article.gmane.org/gmane.network.openvpn.devel/6371
Signed-off-by: David Sommerseth <davids@redhat.com>
configure.ac

index 82076af2bad7910e4fe4edc23a7c6d2fca9099d2..399b4e78b74d78ffff14fe45a1474f4c65513fe8 100644 (file)
@@ -168,6 +168,7 @@ AC_ARG_ENABLE(
 AC_ARG_ENABLE(
        [password-save],
        [AS_HELP_STRING([--enable-password-save], [allow --askpass and --auth-user-pass passwords to be read from a file @<:@default=yes@:>@])],
+       ,
        [enable_password_save="no"]
 )