From: Alon Bar-Lev Date: Fri, 27 Apr 2012 13:40:54 +0000 (+0300) Subject: build: fix typo in --enable-save-password X-Git-Tag: v2.3_alpha2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8993847de727cf503bec58b41fbf0f71b9c617e7;p=thirdparty%2Fopenvpn.git build: fix typo in --enable-save-password Signed-off-by: Alon Bar-Lev Acked-by: David Sommerseth 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 --- diff --git a/configure.ac b/configure.ac index 82076af2b..399b4e78b 100644 --- a/configure.ac +++ b/configure.ac @@ -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"] )