Changeset

8281:6bfaa43bea3c

configure: Set runtime in debian preset to allow building without interperter installed
author Kim Alvefur <zash@zash.se>
date Thu, 28 Sep 2017 07:25:54 +0200
parents 8280:9ca0e3128b62
children 8282:9495e2cbe666
files configure
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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"