configure: Fix Lua suffix in FreeBSD preset

This commit is contained in:
Kim Alvefur 2017-03-07 21:48:05 +01:00
parent 66618bf09c
commit 5ca8621ef4

2
configure vendored
View file

@ -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