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