* config.guess (*:Darwin:*:*): Avoid executing `cc' on OS X 10.9,

as it ships with a stub that puts up a graphical alert prompting
	the user to install developer tools.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Karl Berry
2013-11-28 10:46:50 +11:00
committed by Ben Elliston
parent 5e4de70bb0
commit 3abc1f5af3
2 changed files with 27 additions and 11 deletions

View File

@ -1,3 +1,9 @@
2013-11-28 Karl Berry <karl@freefriends.org>
* config.guess (*:Darwin:*:*): Avoid executing `cc' on OS X 10.9,
as it ships with a stub that puts up a graphical alert prompting
the user to install developer tools.
2013-10-01 Ben Elliston <bje@gnu.org>
Reported by J<> Fahlke <jorrit@jorrit.de>.