Skip to content

Commit

Permalink
fixup! Adjust configure.ac for new --with-vault
Browse files Browse the repository at this point in the history
  • Loading branch information
mlt committed Sep 25, 2024
1 parent 59ad718 commit 05992f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ fi

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

0 comments on commit 05992f4

Please sign in to comment.