diff options
author | Matthew Wild <mwild1@gmail.com> | 2009-12-04 02:51:43 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2009-12-04 02:51:43 +0000 |
commit | 413499eda8f71fbf27861e9836af92cee7454c13 (patch) | |
tree | 7e2ab0f31ff552b01f1c2e4afc92f7bf2331e6b7 /configure | |
parent | 5a986a442627cc9b9e1c7d08edd7681eabbc0f97 (diff) | |
download | prosody-413499eda8f71fbf27861e9836af92cee7454c13.tar.gz prosody-413499eda8f71fbf27861e9836af92cee7454c13.zip |
configure: fix typo of 'yes' -> 'yet'
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |