Bug ID |
8438
|
Summary |
detect lua on debian
|
Classification |
Unclassified
|
Product |
Wireshark
|
Version |
SVN
|
Hardware |
x86
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Major
|
Priority |
Low
|
Component |
Wireshark
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
--
Dear all,
as I'm not an expert on autotools, I mark this one for review before comitting
it.
Debian wheezy and squeeze install lua 5.1 by default. Include files are in
/usr/include/lua5.1/...
With the current autotools macros, there's no way to detect lua for this setup.
I added some lines to look for /usr/include/lua5.[012] directories and set the
lua_ver variable accordingly. Higher versions preferred, if no such directory
is found, the default value 5.2 is used.
If I missed something, please let me know. Otherwise, I'll commit the attached
patch in a couple of days.
Best regards,
Martin
You are receiving this mail because:
- You are watching all bug changes.