summaryrefslogtreecommitdiff
path: root/subversion/svn/help-cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/svn/help-cmd.c')
-rw-r--r--subversion/svn/help-cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/subversion/svn/help-cmd.c b/subversion/svn/help-cmd.c
index fc3558683033..3d5375c65a3e 100644
--- a/subversion/svn/help-cmd.c
+++ b/subversion/svn/help-cmd.c
@@ -166,7 +166,7 @@ svn_cl__help(apr_getopt_t *os,
pool);
#endif
}
-#ifdef SVN_HAVE_GNOME_KEYRING
+#if (defined(SVN_HAVE_GNOME_KEYRING) || defined(SVN_HAVE_LIBSECRET))
svn_stringbuf_appendcstr(version_footer, "* Gnome Keyring\n");
#endif
#ifdef SVN_HAVE_GPG_AGENT