summaryrefslogtreecommitdiff
path: root/apr-config.in
diff options
context:
space:
mode:
authorgstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2002-02-04 01:05:17 +0000
committergstein <gstein@13f79535-47bb-0310-9956-ffa450edef68>2002-02-04 01:05:17 +0000
commitd67ed5b4acf39d08d23c58cd8ec1bf6fc54005e3 (patch)
tree1c1b21bb5f51234d275ff88d7cda851d21dec2a3 /apr-config.in
parent9b94b3705e8a7cef891c30a2d6cc6c6f472e11c6 (diff)
downloadlibapr-d67ed5b4acf39d08d23c58cd8ec1bf6fc54005e3.tar.gz
fix detection of the "installed" case
git-svn-id: http://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