# HG changeset patch # User Kim Alvefur # Date 1506576354 -7200 # Node ID 6bfaa43bea3cb4a9b44219f16368e70c81edc6f9 # Parent 9ca0e3128b6282f11b7a265f17710bf73b8cc6c4 configure: Set runtime in debian preset to allow building without interperter installed diff -r 9ca0e3128b62 -r 6bfaa43bea3c configure --- a/configure Wed Sep 27 17:34:54 2017 +0200 +++ b/configure Thu Sep 28 07:25:54 2017 +0200 @@ -172,6 +172,10 @@ 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"