Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

Changeset 39535

Show
Ignore:
Timestamp:
08/23/08 01:48:52 (3 months ago)
Author:
raimue@…
Message:

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

Reverted in r39572

Files:
1 modified

Legend:

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

    r31945 r39535  
    247247                f90 ${prefix}/bin/gfortran-mp-4.3 } 
    248248        default { 
    249             ui_debug "No compiler collection selected explicitly" } 
     249            return -code error "Invalid value for configure.compiler" } 
    250250    } 
    251251