You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com> on 2008/06/08 02:08:20 UTC

[RFC] [PATCH] Fix Issue #2671

[[[
Fix Issue #2671.
Prefer APR 1.* instead of APR 0.* if both are present.

* configure.ac: Move the check for Apache after the check for APR.

* build/ac-macros/apr.m4
  (SVN_LIB_APR): Prefer APR 1.* instead of APR 0.* if both are present.

* build/ac-macros/aprutil.m4
  (SVN_LIB_APRUTIL): Prefer APR-Util 1.* instead of APR-Util 0.* if both
   are present.

* build/ac-macros/apache.m4
  (SVN_FIND_APACHE): Check if Apache version is compatible with APR version.
]]]

-- 
Arfrever Frehtes Taifersar Arahesis

Re: [RFC] [PATCH] Fix Issue #2671

Posted by Arfrever Frehtes Taifersar Arahesis <ar...@gmail.com>.
2008-06-08 04:08:20 Arfrever Frehtes Taifersar Arahesis napisaƂ(a):
> [[[
> Fix Issue #2671.
> Prefer APR 1.* instead of APR 0.* if both are present.
> 
> * configure.ac: Move the check for Apache after the check for APR.
> 
> * build/ac-macros/apr.m4
>   (SVN_LIB_APR): Prefer APR 1.* instead of APR 0.* if both are present.
> 
> * build/ac-macros/aprutil.m4
>   (SVN_LIB_APRUTIL): Prefer APR-Util 1.* instead of APR-Util 0.* if both
>    are present.
> 
> * build/ac-macros/apache.m4
>   (SVN_FIND_APACHE): Check if Apache version is compatible with APR version.
> ]]]
> 

Fixed in r31717.

-- 
Arfrever Frehtes Taifersar Arahesis