configure: Fix Lua suffix in FreeBSD preset
authorKim Alvefur <zash@zash.se>
Tue, 07 Mar 2017 21:48:05 +0100
changeset 7967 1023f2add7fe
parent 7965 4e9b307c30dd
child 7968 57f98394b830
configure: Fix Lua suffix in FreeBSD preset
configure
--- a/configure	Mon Mar 06 16:05:24 2017 +0100
+++ b/configure	Tue Mar 07 21:48:05 2017 +0100
@@ -194,7 +194,7 @@
          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