Skip to content

Commit

Permalink
Switch default from libgnome-keyring to libsecret
Browse files Browse the repository at this point in the history
  • Loading branch information
NP-Hardass committed Aug 3, 2020
1 parent dfab32e commit 4935363
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ dnl ---------------------------------------------------------------------------
dnl - Build libsecret support
dnl ---------------------------------------------------------------------------
AC_ARG_WITH(libsecret,
[AS_HELP_STRING([--with-libsecret],
[Enable the use of libsecret])],
[AS_HELP_STRING([--without-libsecret],
[Disable the use of libsecret])],
[],
[with_libsecret=no])
[with_libsecret=yes])

AM_CONDITIONAL([WITH_LIBSECRET],[test "$with_libsecret" = "yes"])

Expand All @@ -155,10 +155,10 @@ dnl ---------------------------------------------------------------------------
dnl - Build gnome-keyring support
dnl ---------------------------------------------------------------------------
AC_ARG_WITH(keyring,
[AS_HELP_STRING([--without-keyring],
[Disable the use of gnome-keyring])],
[AS_HELP_STRING([--with-keyring],
[Enable the use of gnome-keyring])],
[],
[with_keyring=yes])
[with_keyring=no])

AM_CONDITIONAL([WITH_KEYRING],[test "$with_keyring" = "yes"])

Expand Down

0 comments on commit 4935363

Please sign in to comment.