diff --git a/src/tools/python.jam b/src/tools/python.jam index cb4a4c3e0..0139b033d 100644 --- a/src/tools/python.jam +++ b/src/tools/python.jam @@ -798,17 +798,15 @@ local rule configure ( version ? : cmd-or-prefix ? : includes * : libraries ? : } # Anything left to compute? - if $(includes) && $(libraries) - { - .configured = true ; - } - else + if ! ( $(includes) && $(libraries) ) { version ?= $(fallback-version) ; version ?= 2.5 ; exec-prefix ?= $(prefix) ; compute-default-paths $(target-os) : $(version) : $(prefix:E=) ; } + + .configured = true ; if ! $(interpreter-cmd) {