summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNathan Angelacos <nangel@alpinelinux.org>2013-09-20 20:45:56 +0000
committerNathan Angelacos <nangel@alpinelinux.org>2013-09-20 20:45:56 +0000
commit416288f0d5a94989b2f0943e37166d9aa447b4f4 (patch)
tree67167a32624cfdfef02d0905057a735db426f869 /configure.ac
parentf56546901e1193595dd4de724b16825b90ecc41d (diff)
downloadhaserl-416288f0d5a94989b2f0943e37166d9aa447b4f4.tar.bz2
haserl-416288f0d5a94989b2f0943e37166d9aa447b4f4.tar.xz
Regression causing Lua to be linked but not used.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a854642..f474eb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
-AC_INIT([haserl],[0.9.31],[Nathan Angelacos - nangel@users.sourceforge.net],[haserl])
+AC_INIT([haserl],[0.9.32],[Nathan Angelacos - nangel@users.sourceforge.net],[haserl])
AM_INIT_AUTOMAKE
# Checks for programs.
@@ -55,6 +55,7 @@ AS_IF([test "x$with_lua" != "xno"], [
luashell=true
luacshell=true
ac_report_have_lua=enabled
+ AC_DEFINE(USE_LUA, , [Lua enabled])
PKG_CHECK_MODULES([LUA], [$with_lua])
])