diff options
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-x | set_soenv.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/set_soenv.in b/set_soenv.in index 9671c6c9a9f0..3233417b6b82 100755 --- a/set_soenv.in +++ b/set_soenv.in @@ -46,7 +46,7 @@ my ( $oldoutfile, $outfile, $bootfile, $newline, $comment, # # Platform independent constant values. my ( $SOLAR_JAVA, - $UPDATER, $VCL, + $VCL, $CC, $CXX); # # Platform dependent constant values. @@ -165,7 +165,6 @@ chomp( $oldPATH ); # cut off new line # Setting platform independent constant values. # NB: Language options now set at 'ToFile' stage. $SOLAR_JAVA = "@SOLAR_JAVA@"; -$UPDATER = "YES"; $VCL = "TRUE"; $comment = "#"; # UNIX script comment character $TARFILE_LOCATION = "@TARFILE_LOCATION@"; # where to find tarballs with external sources @@ -1430,7 +1429,6 @@ ToFile( "OOODMAKEMODE", "YES", "e" ); ToFile( "PRODUCTVERSION", "@PRODUCTVERSION@", "e" ); ToFile( "WITH_POOR_HELP_LOCALIZATIONS", $WITH_POOR_HELP_LOCALIZATIONS, "e" ); -ToFile( "UPDATER", $UPDATER, "e" ); ToFile( "VCL", $VCL, "e" ); if ("@ENABLE_DEBUG@" eq "TRUE") { ToFile( "debug", "true", "e" ); |