Fix debian ostype target

This commit is contained in:
Matthew Wild 2008-11-30 19:58:41 +00:00
parent 2751ce1517
commit c26a933765

2
configure vendored
View file

@ -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;