# HG changeset patch # User Matthew Wild # Date 1228075121 0 # Node ID 5bc65a944ed546f893b1b328a354ae2085412df6 # Parent 03d7da01843ed1919907e86f3779a51c438d182c Fix debian ostype target diff -r 03d7da01843e -r 5bc65a944ed5 configure --- a/configure Sun Nov 30 19:58:22 2008 +0000 +++ b/configure Sun Nov 30 19:58:41 2008 +0000 @@ -116,7 +116,9 @@ 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;