# HG changeset patch # User Matthew Wild # Date 1228075168 0 # Node ID 76d17a0d8a0aa74692daefa1b85c95982464f7ae # Parent 5bc65a944ed546f893b1b328a354ae2085412df6 Fix macosx ostype target diff -r 5bc65a944ed5 -r 76d17a0d8a0a configure --- 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