From 83492949889032e73dee35facb246feae8cc807c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 30 Nov 2008 19:59:28 +0000 Subject: Fix macosx ostype target --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index 4993526d..a647d910 100755 --- a/configure +++ b/configure @@ -122,7 +122,9 @@ then 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 -- cgit v1.2.3