From 8993847de727cf503bec58b41fbf0f71b9c617e7 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 27 Apr 2012 16:40:54 +0300 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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"] ) -- cgit