./configure --with-apr=srclib/apr

configure:5784: checking for APR version 1.2.0 or later
conftest.c:20:25: apr_version.h: No such file or directory
configure:5812: result: no
configure:5818: error: APR version 1.2.0 or later is required

This test is bogus because apr_version includes apr.h and that doesn't
exist in a source-build tree.  Why not test the file with awk?

Bill

Reply via email to