configure: Set to run with lua5.1 in the debian preset

This commit is contained in:
Kim Alvefur 2013-03-31 20:04:09 +02:00
parent 3e788bfa6e
commit 870e087fd7

1
configure vendored
View file

@ -95,6 +95,7 @@ do
if [ "$OSTYPE" = "debian" ]
then LUA_SUFFIX="5.1";
LUA_SUFFIX_SET=yes
RUNWITH="lua5.1"
LUA_INCDIR=/usr/include/lua5.1;
LUA_INCDIR_SET=yes
CFLAGS="$CFLAGS -D_GNU_SOURCE"