From 98094b51f3d4e03657ef05e410eace7e5e8c8fa5 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 31 Mar 2013 20:04:09 +0200 Subject: configure: Set to run with lua5.1 in the debian preset --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index df62cc05..5c6439fc 100755 --- a/configure +++ b/configure @@ -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" -- cgit v1.2.3