You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently considering that all non-Windows platforms have the stuff for
it. If it failing or not working, the SVN_ENABLE_AUTH_GPG_AGENT option still
could be disabled.
* CMakeLists.txt
(options): Declare SVN_ENABLE_AUTH_GPG_AGENT as a reversely dependent option
on the value of the WIN32 variable, in order to make it OFF on Windows
and 'ON' on Linux and other platforms, since they should have everything
required for this feature.
(gpg_agent): Enable SVN_HAVE_GPG_AGENT if SVN_ENABLE_AUTH_GPG_AGENT is ON.
(configure summary): Write whether GPG Agent is enabled or not.
git-svn-id: https://svn.apache.org/repos/asf/subversion/trunk@1921261 13f79535-47bb-0310-9956-ffa450edef68
0 commit comments