summaryrefslogtreecommitdiff
path: root/build/find_apr.m4
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-05-10 03:11:17 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-05-10 03:11:17 +0000
commitf25d17d04ce171e4d77df7a9fb1e10b09c80857c (patch)
treee1f809acdcd76cbc2312a34469243236de443fa4 /build/find_apr.m4
parent6a02d943cb8b8ab34c79edee1a927163e10cdb1c (diff)
downloadapr-f25d17d04ce171e4d77df7a9fb1e10b09c80857c.tar.gz
Add /usr/local/apache2 directory to our default search path so that
people who have basic configurations of httpd-2.0 can find their APR and APR-util. (Kevin committed this to SVN.) Submitted by: Kevin Pilch-Bisson <kevin@pilch-bisson.net> Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63380 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 ee3b175a9..df0148d58 100644
--- a/build/find_apr.m4
+++ b/build/find_apr.m4
@@ -77,7 +77,7 @@ build directory, or an apr-config file.])
apr_config="apr-config"
else
dnl look in some standard places (apparently not in builtin/default)
- for lookdir in /usr /usr/local /opt/apr ; do
+ for lookdir in /usr /usr/local /opt/apr /usr/local/apache2 ; do
if $TEST_X "$lookdir/bin/apr-config"; then
apr_found="yes"
apr_config="$lookdir/bin/apr-config"