Author: jorton Date: Thu Jan 13 04:00:21 2005 New Revision: 125072 URL: http://svn.apache.org/viewcvs?view=rev&rev=125072 Log: Merge r125069 from trunk:
* build/find_apr.m4 (APR_FIND_APR): Do look for apr-config in the default APR installation prefix. Modified: apr/apr/branches/1.0.x/build/find_apr.m4 Modified: apr/apr/branches/1.0.x/build/find_apr.m4 Url: http://svn.apache.org/viewcvs/apr/apr/branches/1.0.x/build/find_apr.m4?view=diff&rev=125072&p1=apr/apr/branches/1.0.x/build/find_apr.m4&r1=125071&p2=apr/apr/branches/1.0.x/build/find_apr.m4&r2=125072 ============================================================================== --- apr/apr/branches/1.0.x/build/find_apr.m4 (original) +++ apr/apr/branches/1.0.x/build/find_apr.m4 Thu Jan 13 04:00:21 2005 @@ -133,8 +133,8 @@ apr_config="$apr_temp_apr_config_file" break else - dnl look in some standard places (apparently not in builtin/default) - for lookdir in /usr /usr/local /opt/apr /usr/local/apache2 ; do + dnl look in some standard places + for lookdir in /usr /usr/local /usr/local/apr /opt/apr /usr/local/apache2; do if $TEST_X "$lookdir/bin/$apr_temp_apr_config_file"; then apr_found="yes" apr_config="$lookdir/bin/$apr_temp_apr_config_file"
