On Fri, Nov 08, 2019 at 11:04:32AM +0100, Ruediger Pluem wrote: > On 11/06/2019 12:45 PM, [email protected] wrote: > > ============================================================================== > > --- httpd/httpd/trunk/test/travis_before_linux.sh (added) > > +++ httpd/httpd/trunk/test/travis_before_linux.sh Wed Nov 6 11:45:21 2019 > > @@ -0,0 +1,5 @@ > > +#!/bin/bash -ex > > +svn export -q https://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr > > Hmm. Why checking out apr trunk, when we supply --with-apr=/usr > --with-apr-util=/usr to configure? > Just for buildconf to work?
Yup, I had it there for buildconf. It was removed in r1869533 and actually we can switch to running buildconf against the APR version where available, thanks for the prompt. Regards, Joe
