in the builddir. That only matters for VPATH builds, ie. when
you build outside of the source tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@951769
13f79535-47bb-0310-9956-
ffa450edef68
dnl We have to find apr-N-config when we reconfigure APR.
for majorver in 1 2; do
- test_apr_config="$srcdir/srclib/apr/apr-${majorver}-config"
- if test -f $test_apr_config; then
- apr_config=$test_apr_config
+ test_apr_config="./srclib/apr/apr-${majorver}-config"
+ if test -f "$test_apr_config"; then
+ apr_config="$test_apr_config"
fi
done
fi