summaryrefslogtreecommitdiff
path: root/build/NWGNUenvironment.inc
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2007-08-11 01:32:54 +0000
committerGuenter Knauf <fuankg@apache.org>2007-08-11 01:32:54 +0000
commit4422fb1ce81b90efca1b998777090a158f8d826c (patch)
treeb234d6bdfb5147b61bddda4e7f9ad0e5fbd14cc3 /build/NWGNUenvironment.inc
parent52fca9942edc8a9a9c3593445f07911857f98218 (diff)
downloadhttpd-4422fb1ce81b90efca1b998777090a158f8d826c.tar.gz
export the BASEDIR var so that APR can use it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@564815 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/NWGNUenvironment.inc')
-rw-r--r--build/NWGNUenvironment.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc
index d79eedb495..22be7ba9e9 100644
--- a/build/NWGNUenvironment.inc
+++ b/build/NWGNUenvironment.inc
@@ -220,6 +220,7 @@ endif
ifndef BASEDIR
BASEDIR = Apache23
endif
+export BASEDIR
ifndef PORT
PORT = 80