configure: Set runtime in debian preset to allow building without interperter installed
authorKim Alvefur <zash@zash.se>
Thu, 28 Sep 2017 07:25:54 +0200
changeset 8284 6bfaa43bea3c
parent 8283 9ca0e3128b62
child 8285 9495e2cbe666
configure: Set runtime in debian preset to allow building without interperter installed
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"