aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-03-07 21:48:05 +0100
committerKim Alvefur <zash@zash.se>2017-03-07 21:48:05 +0100
commitd92bf062217525cfde52aca020f92b5e040dc350 (patch)
tree32a2e6c1c807b1f386890e89bc751e1947908387
parent69990587c92aacfad843fa8f72d49af5870086f5 (diff)
downloadprosody-d92bf062217525cfde52aca020f92b5e040dc350.tar.gz
prosody-d92bf062217525cfde52aca020f92b5e040dc350.zip
configure: Fix Lua suffix in FreeBSD preset
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1abd0a8d..dbbd016c 100755
--- a/configure
+++ b/configure
@@ -194,7 +194,7 @@ do
LUA_INCDIR_SET=yes
CFLAGS="-Wall -fPIC -I/usr/local/include"
LDFLAGS="-I/usr/local/include -L/usr/local/lib -shared"
- LUA_SUFFIX="-5.1"
+ LUA_SUFFIX="51"
LUA_SUFFIX_SET=yes
LUA_DIR=/usr/local
LUA_DIR_SET=yes