Change the compiler's default for LEGACY_FASTSTART

- No visible effect since the compiler doesn't use this option
This commit is contained in:
Tom Eastep 2011-06-22 13:56:17 -07:00
parent 1b3d7947b8
commit 7ef7490cd6

View File

@ -3415,7 +3415,7 @@ sub get_configuration( $$$ ) {
default_yes_no 'FORWARD_CLEAR_MARK' , have_capability 'MARK' ? 'Yes' : '';
default_yes_no 'COMPLETE' , '';
default_yes_no 'EXPORTMODULES' , '';
default_yes_no 'LEGACY_FASTSTART' , '';
default_yes_no 'LEGACY_FASTSTART' , 'Yes';
require_capability 'MARK' , 'FOREWARD_CLEAR_MARK=Yes', 's', if $config{FORWARD_CLEAR_MARK};