<div id="comment:0"></div> As a result of refactoring configure.ac in #24919, absence of (g)fortran now forces installation of full gcc, instead of just gfortran part of it. This is particularly crucial on OSX, where we don't normally build full gcc any more, but only build gfortran. To reproduce, move gfortran out of your PATH, and re-run ./configure. You'll see that now `gcc` and `gfortran` are scheduled for installation... CC: @embray @jhpalmieri @vbraun @kiwifb Component: **build: configure** Author: **François Bissey** Branch: **[`3185e91`](https://github.com/sagemath/sagetrac-mirror/commit/3185e91e9da7ce92bb90b69a4ef55dd98432b4dd)** Reviewer: **Erik Bray** _Issue created by migration from https://trac.sagemath.org/ticket/26715_