Feature request #720
Configure should detect python 2.5
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Build/Install | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 10779 |
Description
Currently the configure script detects python versions 2.4 - 2.1; support should be added for python 2.5. I've done this with the attached patch, but I don't believe this is the appropriate method since the configure script should get built using autotools.
History
#1 Updated by Gary Sherman over 17 years ago
The current release branch of 0.8 has been converted to use cmake rather than autotools. I believe it correctly detects Python 2.5.
#2 Updated by Martin Dobias over 17 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Since 0.9 release will use CMake, this patch is no longer needed, I'm closing it.
#3 Updated by Anonymous over 15 years ago
Milestone Version 0.9 deleted