aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-12-04 02:51:43 +0000
committerMatthew Wild <mwild1@gmail.com>2009-12-04 02:51:43 +0000
commit413499eda8f71fbf27861e9836af92cee7454c13 (patch)
tree7e2ab0f31ff552b01f1c2e4afc92f7bf2331e6b7 /configure
parent5a986a442627cc9b9e1c7d08edd7681eabbc0f97 (diff)
downloadprosody-413499eda8f71fbf27861e9836af92cee7454c13.tar.gz
prosody-413499eda8f71fbf27861e9836af92cee7454c13.zip
configure: fix typo of 'yes' -> 'yet'
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