> -----Original Message----- > From: MARTIN PHILIP [mailto:codematt...@ntlworld.com] On Behalf Of > Philip Martin > Sent: vrijdag 22 februari 2013 13:32 > To: dev@subversion.apache.org > Subject: OOD configure options > > The configure option --with-ssl seems to be a remnant of our neon > support, it allowed --with-ssl to be passed to an in-tree neon build. > I think it can be removed. > > The --with-gssapi option seems to be related to serf but I don't > understand it. It causes the gssapi libraries to be added to the link > but why is that necessary? Doesn't serf itself add the libraries it > needs? This config option also defines SVN_RA_SERF_HAVE_GSSAPI which > seems to be unused. Can we remove --with-gssapi as well?
The gss (and other authentication) support was moved from libsvn_ra_serf to serf itself over the last few years. So I think we can remove these flags from our build. Bert