summaryrefslogtreecommitdiff
path: root/build/find_apr.m4
diff options
context:
space:
mode:
authorcolm <colm@13f79535-47bb-0310-9956-ffa450edef68>2005-12-13 21:14:05 +0000
committercolm <colm@13f79535-47bb-0310-9956-ffa450edef68>2005-12-13 21:14:05 +0000
commitd8c1a478765fb5c4e569f9c06c7700c9624fbd67 (patch)
tree9e45f9662ccfe9480c91a75b338810a188a2a774 /build/find_apr.m4
parent6fd738770bde661edefd6e6df2a9e9f944cc0d49 (diff)
downloadlibapr-d8c1a478765fb5c4e569f9c06c7700c9624fbd67.tar.gz
Remove /usr/local/apache2 from the paths the APR_FIND_APR[R|U] macros search
and document the change. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@356625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/find_apr.m4')
-rw-r--r--build/find_apr.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/build/find_apr.m4 b/build/find_apr.m4
index 117fb06f2..2f7a95fc8 100644
--- a/build/find_apr.m4
+++ b/build/find_apr.m4
@@ -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"