aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files 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