Fix debian ostype target
authorMatthew Wild <mwild1@gmail.com>
Sun, 30 Nov 2008 19:58:41 +0000 (19:58 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sun, 30 Nov 2008 19:58:41 +0000 (19:58 +0000)
configure

index 3b1898e0e7e54b9664c87bfe4e6da60f8e9a2940..4993526d91adf6bcfb8931623dc18b1de079467c 100755 (executable)
--- a/configure
+++ b/configure
@@ -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;