summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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])
])