HI! On my system where Python 2.6 was installed with 'make altinstall' mkconfig.mk references different Python versions. Example for wrong result in mkconfig.mk: PYTHON_CONFIG = /usr/bin/python2.6-config pythondir = ${prefix}/lib/python2.5/site-packages In source/scripting/python/config.m4 PYTHON and PYTHON_CONFIG should be detected in the same way. Ciao, Michael.
Created attachment 3402 [details] Proposed fix
Jelmer, have you reviewed the fix?
Okay, should be fixed now!