gstein 02/02/03 17:05:17
Modified: . apr-config.in
Log:
fix detection of the "installed" case
Revision Changes Path
1.6 +1 -1 apr/apr-config.in
Index: apr-config.in
===================================================================
RCS file: /home/cvs/apr/apr-config.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- apr-config.in 4 Feb 2002 00:05:18 -0000 1.5
+++ apr-config.in 4 Feb 2002 01:05:17 -0000 1.6
@@ -109,7 +109,7 @@
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