diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-04 11:45:13 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-07-04 18:17:53 -0300 |
commit | 39d522622f07266892fb61113509711c4798421f (patch) | |
tree | f09758ffc29b29b998309a4983de010ae2cbe9f7 /src | |
parent | 410e3e057d41e08f497c770ce0576072e6b83fe7 (diff) | |
download | luarocks-39d522622f07266892fb61113509711c4798421f.tar.gz luarocks-39d522622f07266892fb61113509711c4798421f.tar.bz2 luarocks-39d522622f07266892fb61113509711c4798421f.zip |
configure: check presence of lua.h
Verification of the Lua include path happens at LuaRocks runtime,
but we also perform it here just so that the user gets an early failure
if they try to install LuaRocks with the Lua interpreter package
but not the "development files" that many Linux distros ship separately.
We also include a --disable-incdir-check flag for specialized scenarios: if
you do not wish to use "luarocks build", (e.g. when only deploying binary
packages) you do not need lua.h installed. This flag skips the check for lua.h
in "configure".
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions