summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-12-12 10:59:19 +0200
committerTor Lillqvist <tml@iki.fi>2011-12-12 12:08:41 +0200
commitabb06e33756e9a3cc5fd77d7b14bb2e7e7ec5b2f (patch)
tree363925c01a482bd379375814ca91e5ec01799792 /set_soenv.in
parent026ce875672f1e02dd5931372d169891eb92aff7 (diff)
The VCL environment variable, always "TRUE", is not used
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 8f95941a56b0..ea815b7f71ec 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -46,7 +46,6 @@ my ( $oldoutfile, $outfile, $bootfile, $newline, $comment,
#
# Platform independent constant values.
my ( $SOLAR_JAVA,
- $VCL,
$CC, $CXX);
#
# Platform dependent constant values.
@@ -165,7 +164,6 @@ chomp( $oldPATH ); # cut off new line
# Setting platform independent constant values.
# NB: Language options now set at 'ToFile' stage.
$SOLAR_JAVA = "@SOLAR_JAVA@";
-$VCL = "TRUE";
$comment = "#"; # UNIX script comment character
$TARFILE_LOCATION = "@TARFILE_LOCATION@"; # where to find tarballs with external sources
@@ -1418,7 +1416,6 @@ ToFile( "OOODMAKEMODE", "YES", "e" );
ToFile( "PRODUCTVERSION", "@PRODUCTVERSION@", "e" );
ToFile( "WITH_POOR_HELP_LOCALIZATIONS", $WITH_POOR_HELP_LOCALIZATIONS, "e" );
-ToFile( "VCL", $VCL, "e" );
if ("@ENABLE_DEBUG@" eq "TRUE") {
ToFile( "debug", "true", "e" );
}