Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 39573 for trunk/base/src

Show
Ignore:
Timestamp:
08/25/08 10:18:20 (3 months ago)
Author:
raimue@…
Message:

port1.0/portconfigure.tcl:
Return an error if an invalid value was given to configure.compiler

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/base/src/port1.0/portconfigure.tcl

    r38304 r39573  
    390390                f90 ${prefix}/bin/gfortran-mp-4.4 } 
    391391        default { 
    392             ui_debug "No compiler collection selected explicitly" } 
     392            return -code error "Invalid value for configure.compiler" } 
    393393    } 
    394394