Changeset

516:76d17a0d8a0a

Fix macosx ostype target
author Matthew Wild <mwild1@gmail.com>
date Sun, 30 Nov 2008 19:59:28 +0000
parents 515:5bc65a944ed5
children 517:afd9f6590fd0
files configure
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Nov 30 19:58:41 2008 +0000
+++ b/configure	Sun Nov 30 19:59:28 2008 +0000
@@ -122,7 +122,9 @@
 	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