From f067c15692d65d7ae035aeb278f140afb096d558 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sat, 16 Sep 2006 18:43:53 +0000 Subject: [PATCH] Default to Python 2.4 in Unix builds Applied contributed patches http://tinyurl.com/ndljr and http://tinyurl.com/18r [SVN r35138] --- v2/tools/python.jam | 1 + 1 file changed, 1 insertion(+) diff --git a/v2/tools/python.jam b/v2/tools/python.jam index 118ba9123..0cba5b0d5 100644 --- a/v2/tools/python.jam +++ b/v2/tools/python.jam @@ -109,6 +109,7 @@ rule init ( version ? : root ? : includes ? : libraries ? rule init-unix ( version ? : root ? : includes ? : libraries ? : condition * ) { + version ?= 2.4 ; root ?= /usr ; includes ?= $(root)/include/python$(version) ; libraries ?= $(root)/lib/python$(version)/config ;