From: Guenter Knauf Date: Sat, 11 Aug 2007 02:25:17 +0000 (+0000) Subject: export BASEDIR only if its not already set from outside. X-Git-Tag: 2.3.0~1613 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5405d9fed6f403b3e387cda1bb88b63631b97e2;p=thirdparty%2Fapache%2Fhttpd.git export BASEDIR only if its not already set from outside. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@564817 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/NWGNUenvironment.inc b/build/NWGNUenvironment.inc index 22be7ba9e9c..132a3dc50c9 100644 --- a/build/NWGNUenvironment.inc +++ b/build/NWGNUenvironment.inc @@ -219,8 +219,8 @@ endif ifndef BASEDIR BASEDIR = Apache23 -endif export BASEDIR +endif ifndef PORT PORT = 80