Codebase list libextutils-f77-perl / 591d55d
should no longer check gfortran libs for exitence Karl Glazebrook 8 years ago
1 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
422422 $Runtime = ' ' if $^O eq 'VMS'; # <-- need this space!
423423 print "Runtime: $Runtime\n";
424424 $ok = 1;
425 $ok = validate_libs($Runtime) if $flibs ne "";
425 if ($compiler eq 'GNU') {
426 print "Found compiler=$compiler - skipping validation of $Runtime \n";
427
428 }else {
429 $ok = validate_libs($Runtime) if $flibs ne "" ;
430 }
426431 }
427432 }else {
428433 $Runtime = $ok = "";