Fix macosx ostype target
authorMatthew Wild <mwild1@gmail.com>
Sun, 30 Nov 2008 19:59:28 +0000 (19:59 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sun, 30 Nov 2008 19:59:28 +0000 (19:59 +0000)
configure

index 4993526d91adf6bcfb8931623dc18b1de079467c..a647d9107f4a3f30e71687467e799af33fd8cca5 100755 (executable)
--- 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