diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-30 19:58:41 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-30 19:58:41 +0000 |
commit | c26a933765959c070785c3ce73c04f984cd566c5 (patch) | |
tree | d324914bb5d9b9a12d245848d46b6714f782db80 | |
parent | 2751ce1517c863f99320d359edb064de8d43bc66 (diff) | |
download | prosody-c26a933765959c070785c3ce73c04f984cd566c5.tar.gz prosody-c26a933765959c070785c3ce73c04f984cd566c5.zip |
Fix debian ostype target
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |