From 413499eda8f71fbf27861e9836af92cee7454c13 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 4 Dec 2009 02:51:43 +0000 Subject: configure: fix typo of 'yes' -> 'yet' --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index adb8b2db..207fd0c1 100755 --- 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 -- cgit v1.2.3