
| Key: |
MODPYTHON-52
|
| Type: |
Bug
|
| Status: |
Closed
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Jim Gallacher
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
|
|
Environment:
|
All
|
|
| Resolution Date: |
27/Jun/05 02:50 PM
|
|
The path to flex in src/Makefile is hard coded to /usr/local/bin/flex. As a result compiling mod_python will fail on many systems.
The path and version of flex should be handled by the configure script. The fix is fairly simple and I will attach a patch when I've done a bit more testing.
|
|
Description
|
The path to flex in src/Makefile is hard coded to /usr/local/bin/flex. As a result compiling mod_python will fail on many systems.
The path and version of flex should be handled by the configure script. The fix is fairly simple and I will attach a patch when I've done a bit more testing. |
Show » |
|
Diff was generated using svn diff.
Changes were made to README, configure.in, src.Makefile.in and Doc/modpython2.tex