Diff

configure @ 524:3f9f67f1a106

Merge from waqas
author Matthew Wild <mwild1@gmail.com>
date Wed, 03 Dec 2008 15:09:58 +0000
parent 516:76d17a0d8a0a
child 533:a29c27c32a34
line wrap: on
line diff
--- a/configure	Wed Dec 03 19:57:08 2008 +0500
+++ b/configure	Wed Dec 03 15:09:58 2008 +0000
@@ -116,11 +116,15 @@
 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;
+	LUA_INCDIR_SET=yes	
 	LUA_LIBDIR=/usr/local/lib
+	LUA_LIBDIR_SET=yes
 	CFLAGS="-bundle -Wl,-undefined,dynamic_lookup"
 	fi	
 fi