summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-04-27 16:40:54 +0300
committerDavid Sommerseth <davids@redhat.com>2012-04-28 00:13:40 +0200
commit8993847de727cf503bec58b41fbf0f71b9c617e7 (patch)
treeed8d278f1f305daa2fb83dd372617ff85deac969 /configure.ac
parent4029971240b6274b9b30e76ff74c7f689d7d9750 (diff)
downloadopenvpn-8993847de727cf503bec58b41fbf0f71b9c617e7.tar.gz
openvpn-8993847de727cf503bec58b41fbf0f71b9c617e7.tar.xz
openvpn-8993847de727cf503bec58b41fbf0f71b9c617e7.zip
build: fix typo in --enable-save-password
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 82076af..399b4e7 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"]
)