configure: fix typo of 'yes' -> 'yet'
authorMatthew Wild <mwild1@gmail.com>
Fri, 4 Dec 2009 02:51:43 +0000 (02:51 +0000)
committerMatthew Wild <mwild1@gmail.com>
Fri, 4 Dec 2009 02:51:43 +0000 (02:51 +0000)
configure

index adb8b2dbf426488b7ee8688dceeb4b8251b3e245..207fd0c1a6d2c96ddd0dfddda9425c7bda3ac251 100755 (executable)
--- a/configure
+++ b/configure
@@ -152,9 +152,9 @@ then
        fi
         if [ "$OSTYPE" = "linux" ]
         then LUA_INCDIR=/usr/local/include;
-        LUA_INCDIR_SET=yet
+        LUA_INCDIR_SET=yes
         LUA_LIBDIR=/usr/local/lib
-        LUA_LIBDIR_SET=yet
+        LUA_LIBDIR_SET=yes
         CFLAGS="-Wall -fPIC"
         LDFLAGS="-shared"
         fi