Re: APR_FIND_APR and minimum version

2005-11-25 Thread Joe Orton
On Sun, Nov 13, 2005 at 12:25:46PM +, Colm MacCarthaigh wrote: The APR_FIND_APR (and _APU) macro hunts for an installed apr with the specified major version number, but then later we use APACHE_CHECK_APxVER to insist on a minor version too. Wouldn't it make more sense for the

APR_FIND_APR and minimum version

2005-11-13 Thread Colm MacCarthaigh
The APR_FIND_APR (and _APU) macro hunts for an installed apr with the specified major version number, but then later we use APACHE_CHECK_APxVER to insist on a minor version too. Wouldn't it make more sense for the APR_FIND_APR macro to only return aprs of the minimum version we will use anyway?