Skip to content

Commit 1af837b

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configure.ac

+3-3
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])
@@ -339,12 +339,12 @@ AS_CASE([$vault],
339339
credman=yes
340340
LIBS="$LIBS -lcredui -lole32"
341341
AC_DEFINE([USE_CREDMAN], [1], [Define to 1 if you want to use Windows Credential Manager])
342-
], [no], [
342+
], [none], [
343343
libsecret="no"
344344
macosx_keyring=no
345345
credman=no
346346
],
347-
[AC_MSG_ERROR([Invalid --with-vault=$withval. Use --with-vault=libsecret|macosx-keyring|credman|no])]
347+
[AC_MSG_ERROR([Invalid --with-vault=$vault. Use --with-vault=libsecret|macosx-keyring|credman|no])]
348348
)
349349

350350
dnl Check if msmtpd should be built

0 commit comments

Comments
 (0)