From bb06e4671a49b1fa926097617e7121ac280e8e63 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 22 Feb 2010 00:20:00 -0600 Subject: [PATCH] Require that g++ or cl be present to use factor.sh --- build-support/factor.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-support/factor.sh b/build-support/factor.sh index a02a2fad7e..3a5fb4e253 100755 --- a/build-support/factor.sh +++ b/build-support/factor.sh @@ -107,6 +107,7 @@ check_installed_programs() { ensure_program_installed git ensure_program_installed wget curl ensure_program_installed gcc + ensure_program_installed g++ cl ensure_program_installed make gmake ensure_program_installed md5sum md5 ensure_program_installed cut