Comment # 7
on bug 11219
from Jeff Morriss
(In reply to Anish Bhatt from comment #6)
> I'm not sure if this was the intended behaviour :
>
> checking for the location of lua.h... /usr/include
> checking the Lua version... 5.3 - disabling Lua support
> configure: error: Lua support was requested, but is not available
Well, yes and no.
Yes because once it found Lua 5.3 it disabled it.
But no because the intent was that it would find the lua52 package (from the
/usr/lib/pkgconfig/lua52.pc file your system apparently has) and use that.
What are the lines immediately prior to the ones you quoted? I'm guessing it
says:
checking for LUA... no
checking for LUA... no
If so, could you send the config.log file or at least the section that starts
like:
configure:36453: checking for LUA
You are receiving this mail because:
- You are watching all bug changes.