Jeff Morriss
changed
bug 11219
What |
Removed |
Added |
Status |
UNCONFIRMED
|
IN_PROGRESS
|
Summary |
configure should allow the user to specify the Lua version
|
configure chose Lua 5.3 over Lua 5.2 even though there were pkg-config files
|
Ever confirmed |
|
1
|
Comment # 5
on bug 11219
from Jeff Morriss
Actually this was easier than I thought: the problem was ./configure wasn't
looking for pkg-config files with the version number without the period
("lua52" in your case).
I uploaded a patch which fixes that. Hopefully that should solve the problem
without all the pain and suffering of letting the user specify the version.
Could you try the patch out?
You are receiving this mail because:
- You are watching all bug changes.