[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: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: 2007-02-28 22:33:39 CET

Malcolm Rowe wrote:
> 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?
>
>
Ah, I didn't know that. Will remove that part of the backport then.

thx, Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 28 22:33:57 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.