Skip to content

Commit

Permalink
Remove /usr/local/apache2 from the paths the APR_FIND_APR[R|U] macros…
Browse files Browse the repository at this point in the history
… search

and document the change.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@356625 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
colmmacc committed Dec 13, 2005
1 parent 8d66a51 commit 0783452
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Changes for APR 1.3.0

*) APR_FIND_APR macro no longer checks /usr/local/apache2/
[Colm MacCarthaigh]

*) Documented that apr_stat and apr_dir_read can return APR_INCOMPLETE,
and how to determine which parts of the resulting apr_finfo_t can be
used in such a case.
Expand Down
2 changes: 1 addition & 1 deletion build/find_apr.m4
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ AC_DEFUN([APR_FIND_APR], [
break
else
dnl look in some standard places
for lookdir in /usr /usr/local /usr/local/apr /opt/apr /usr/local/apache2; do
for lookdir in /usr /usr/local /usr/local/apr /opt/apr; do
if $TEST_X "$lookdir/bin/$apr_temp_apr_config_file"; then
apr_found="yes"
apr_config="$lookdir/bin/$apr_temp_apr_config_file"
Expand Down

0 comments on commit 0783452

Please sign in to comment.