#720 closed enhancement (fixed)
Configure should detect python 2.5
Reported by: | Owned by: | nobody | |
---|---|---|---|
Priority: | minor: annoyance | Milestone: | |
Component: | Build/Install | Version: | 0.8 |
Keywords: | Cc: | ||
Must Fix for Release: | No | Platform: | Fedora |
Platform Version: | Awaiting user input: | no |
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.
Attachments (1)
Change History (5)
by , 17 years ago
Attachment: | python2.5.patch added |
---|
comment:1 by , 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.
comment:2 by , 17 years ago
Milestone: | → Version 0.9 |
---|
comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Since 0.9 release will use CMake, this patch is no longer needed, I'm closing it.
Note:
See TracTickets
for help on using tickets.
Patch to configure to detect python 2.5