Changeset 39535
- Timestamp:
- 08/23/08 01:48:52 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tags/release_1_6_0/base/src/port1.0/portconfigure.tcl
r31945 r39535 247 247 f90 ${prefix}/bin/gfortran-mp-4.3 } 248 248 default { 249 ui_debug "No compiler collection selected explicitly" }249 return -code error "Invalid value for configure.compiler" } 250 250 } 251 251

