summaryrefslogtreecommitdiff
path: root/apr-config.in
diff options
context:
space:
mode:
authorGreg Stein <gstein@apache.org>2002-02-04 01:05:17 +0000
committerGreg Stein <gstein@apache.org>2002-02-04 01:05:17 +0000
commit708eba1e907142a9ef65d1bdfb778c83804c5956 (patch)
tree1c1b21bb5f51234d275ff88d7cda851d21dec2a3 /apr-config.in
parent60ca9ed7c22ff1285f85dd57ff2f3f42bb0df3aa (diff)
downloadapr-708eba1e907142a9ef65d1bdfb778c83804c5956.tar.gz
fix detection of the "installed" case
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62904 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr-config.in')
-rw-r--r--apr-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/apr-config.in b/apr-config.in
index 6851efd53..065851058 100644
--- a/apr-config.in
+++ b/apr-config.in
@@ -109,7 +109,7 @@ fi
thisdir="`dirname $0`"
thisdir="`cd $thisdir && pwd`"
-if test "$BINDIR" = "$thisdir"; then
+if test "$bindir" = "$thisdir"; then
location=installed
elif test "$APR_SOURCE_DIR" = "$thisdir"; then
location=source