You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fu...@apache.org on 2007/08/11 04:25:18 UTC

svn commit: r564817 - /httpd/httpd/trunk/build/NWGNUenvironment.inc

Author: fuankg
Date: Fri Aug 10 19:25:17 2007
New Revision: 564817

URL: http://svn.apache.org/viewvc?view=rev&rev=564817
Log:
export BASEDIR only if its not already set from outside.

Modified:
    httpd/httpd/trunk/build/NWGNUenvironment.inc

Modified: httpd/httpd/trunk/build/NWGNUenvironment.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/build/NWGNUenvironment.inc?view=diff&rev=564817&r1=564816&r2=564817
==============================================================================
--- httpd/httpd/trunk/build/NWGNUenvironment.inc (original)
+++ httpd/httpd/trunk/build/NWGNUenvironment.inc Fri Aug 10 19:25:17 2007
@@ -219,8 +219,8 @@
 
 ifndef BASEDIR
 BASEDIR = Apache23
-endif
 export BASEDIR
+endif
 
 ifndef PORT
 PORT = 80