summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b31391c..75c1066 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-20-09
+ 0.9.32
+ * Regression causing Lua always to be linked, never used
+
2013-15-09
0.9.31
* Modernize configure.ac
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])
])