How to change version of python to compile against

I have just built blender from cvs using cygwin. However although i have only python2.4 installed, it seemed to have been compiled using python2.3. As such when i start blender it complains that it can’t find python.

How do i change the version of python that blender compiles against ? I want to compile it to use python2.4. I have asked this quesion on blender3d forum but have had no answer.

Help please.

there is an IRC channel (blendercoders i think) - where most blender coders meet, fom what i know especially on sunday. hopefully they’ll know.

Edit config.opts, search for “python” - change any instances of python23 or python2.3 to python24 or python2.4