You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Malcolm Rowe <ma...@farside.org.uk> on 2007/02/28 21:27:22 UTC

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

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

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

Posted by Lieven Govaerts <sv...@mobsol.be>.
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