Hi,
On Fri, 8 Jan 2010, Johannes Sixt wrote:
Erik Faye-Lund schrieb:
quoted
Python is not commonly installed on Windows machines, so
we should disable it there by default.
--- a/Makefile
+++ b/Makefile
@@ -1027,6 +1027,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
+ NO_PYTHON = YesPlease
I'm worried that with this solution it is impossible to re-enable Python
in config.mak (how do you undefine a Makefile variable?);
How about
NO_PYTHON=
in config.mak?
Ciao,
Dscho