Fix debian ostype target

Sun, 30 Nov 2008 19:58:41 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Sun, 30 Nov 2008 19:58:41 +0000
changeset 515
5bc65a944ed5
parent 514
03d7da01843e
child 516
76d17a0d8a0a

Fix debian ostype target

configure file | annotate | diff | comparison | revisions
--- 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;

mercurial