Revision: 39573 http://trac.macosforge.org/projects/macports/changeset/39573 Author: raimue@macports.org Date: 2008-08-25 10:18:20 -0700 (Mon, 25 Aug 2008) Log Message: ----------- port1.0/portconfigure.tcl: Return an error if an invalid value was given to configure.compiler Modified Paths: -------------- trunk/base/src/port1.0/portconfigure.tcl Modified: trunk/base/src/port1.0/portconfigure.tcl =================================================================== --- trunk/base/src/port1.0/portconfigure.tcl 2008-08-25 17:10:45 UTC (rev 39572) +++ trunk/base/src/port1.0/portconfigure.tcl 2008-08-25 17:18:20 UTC (rev 39573) @@ -389,7 +389,7 @@ f77 ${prefix}/bin/gfortran-mp-4.4 \ f90 ${prefix}/bin/gfortran-mp-4.4 } default { - ui_debug "No compiler collection selected explicitly" } + return -code error "Invalid value for configure.compiler" } } if {[tbool use_xmkmf]} {