]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
export the BASEDIR var so that APR can use it.
authorGuenter Knauf <fuankg@apache.org>
Sat, 11 Aug 2007 02:30:01 +0000 (02:30 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 11 Aug 2007 02:30:01 +0000 (02:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@564820 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index 6ca033ea0a89c700acc8252d64b5e659ba02dfe0..4ef85f743081d821d45a9cb87696a3716660d62f 100644 (file)
@@ -216,6 +216,7 @@ endif
 
 ifndef BASEDIR
 BASEDIR = Apache22
+export BASEDIR
 endif
 
 ifndef PORT