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:30:02 UTC

svn commit: r564820 - /httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc

Author: fuankg
Date: Fri Aug 10 19:30:01 2007
New Revision: 564820

URL: http://svn.apache.org/viewvc?view=rev&rev=564820
Log:
export the BASEDIR var so that APR can use it.

Modified:
    httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc

Modified: httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc?view=diff&rev=564820&r1=564819&r2=564820
==============================================================================
--- httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc (original)
+++ httpd/httpd/branches/2.2.x/build/NWGNUenvironment.inc Fri Aug 10 19:30:01 2007
@@ -216,6 +216,7 @@
 
 ifndef BASEDIR
 BASEDIR = Apache22
+export BASEDIR
 endif
 
 ifndef PORT