mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
Fix debian ostype target
This commit is contained in:
parent
2751ce1517
commit
c26a933765
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -116,7 +116,9 @@ if [ "$OSTYPE_SET" = "yes" ]
|
|||
then
|
||||
if [ "$OSTYPE" = "debian" ]
|
||||
then LUA_SUFFIX="5.1";
|
||||
LUA_SUFFIX_SET=yes
|
||||
LUA_INCDIR=/usr/include/lua5.1;
|
||||
LUA_INCDIR_SET=yes
|
||||
fi
|
||||
if [ "$OSTYPE" = "macosx" ]
|
||||
then LUA_INCDIR=/usr/local/include;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue