[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r23518 - in branches/1.4.x-r21537: . build subversion/tests/cmdline subversion/tests/cmdline/svntest

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2007-02-28 22:27:22 CET

On Wed, Feb 28, 2007 at 12:59:31PM -0800, lgo@tigris.org wrote:
> Merged r21627 to the 1.4.x-r21537 branch (part 2)
>
> --- branches/1.4.x-r21537/Makefile.in (original)
> +++ branches/1.4.x-r21537/Makefile.in Wed Feb 28 12:59:31 2007
> @@ -355,6 +355,9 @@
> if test "$(FS_TYPE)" != ""; then \
> flags="--fs-type $(FS_TYPE) $$flags"; \
> fi; \
> + if test "$(ENABLE_SASL)" != ""; then \
> + flags="--enable-sasl $$flags"; \
> + fi; \

Uh, we don't have SASL support in 1.4.x?

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Wed Feb 28 22:27:36 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.