configure: fix typo of 'yes' -> 'yet'

Fri, 04 Dec 2009 02:51:43 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 04 Dec 2009 02:51:43 +0000
changeset 2316
049cebba35bf
parent 2315
174b4a83f5b7
child 2317
aa58136622bc

configure: fix typo of 'yes' -> 'yet'

configure file | annotate | diff | comparison | revisions
--- 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

mercurial