Skip to content

Commit 05992f4

Browse files
committed
fixup! Adjust configure.ac for new --with-vault
1 parent 59ad718 commit 05992f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ fi
307307

308308
AC_ARG_WITH([vault], [AS_HELP_STRING([--with-vault=libsecret|macosx-keyring|credman|no],
309309
[Password vault support: libsecret (GNOME password management), Mac OS X Keyring, Windows Credential Manager, or none.])],
310-
[vault=$withval], [vault=no])
310+
[vault=$withval], [vault=none])
311311
AS_CASE([$vault],
312312
[libsecret], [
313313
PKG_CHECK_MODULES([libsecret], [libsecret-1], [HAVE_LIBSECRET=1], [HAVE_LIBSECRET=0])

0 commit comments

Comments
 (0)