]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
export BASEDIR only if its not already set from outside.
authorGuenter Knauf <fuankg@apache.org>
Sat, 11 Aug 2007 02:25:17 +0000 (02:25 +0000)
committerGuenter Knauf <fuankg@apache.org>
Sat, 11 Aug 2007 02:25:17 +0000 (02:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@564817 13f79535-47bb-0310-9956-ffa450edef68

build/NWGNUenvironment.inc

index 22be7ba9e9c5943b3a667c8051868165deb5985f..132a3dc50c92f5aef5645c8dc34c69c712a9c2c6 100644 (file)
@@ -219,8 +219,8 @@ endif
 
 ifndef BASEDIR
 BASEDIR = Apache23
-endif
 export BASEDIR
+endif
 
 ifndef PORT
 PORT = 80