Changeset

2316:049cebba35bf

configure: fix typo of 'yes' -> 'yet'
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Dec 2009 02:51:43 +0000
parents 2315:174b4a83f5b7
children 2317:aa58136622bc
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Dec 04 02:51:03 2009 +0000
+++ b/configure	Fri Dec 04 02:51:43 2009 +0000
@@ -152,9 +152,9 @@
 	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