From 6dc4386c714a36668eccd485f3b1fad52dac4361 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 28 Sep 2017 07:25:54 +0200 Subject: configure: Set runtime in debian preset to allow building without interperter installed --- configure | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure') diff --git a/configure b/configure index 63403738..dd45e3a2 100755 --- a/configure +++ b/configure @@ -172,6 +172,10 @@ do LUA_SUFFIX="5.1"; LUA_SUFFIX_SET=yes fi + if [ "$RUNWITH_SET" != "yes" ]; then + RUNWITH="lua$LUA_SUFFIX"; + RUNWITH_SET=yes + fi LUA_INCDIR="/usr/include/lua$LUA_SUFFIX" LUA_INCDIR_SET=yes CFLAGS="$CFLAGS -ggdb" -- cgit v1.2.3