Diff

configure @ 7964:1023f2add7fe

configure: Fix Lua suffix in FreeBSD preset
author Kim Alvefur <zash@zash.se>
date Tue, 07 Mar 2017 21:48:05 +0100
parent 7945:1f4a0e0b7167
child 7987:b3ee697158b5
line wrap: on
line diff
--- 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