aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 24d4cd8..56b204b 100755
--- a/configure
+++ b/configure
@@ -435,6 +435,7 @@ if test "$lua" != "no" ; then
cat > "$tmpc" <<EOF
#include <lua.h>
+#include <lualib.h>
#include <lauxlib.h>
#if LUA_VERSION_NUM < 502
@@ -493,6 +494,7 @@ if test $CONFIG_LUA -eq 1 -a "$lpeg" != "no" ; then
cat > "$tmpc" <<EOF
#include <lua.h>
+#include <lualib.h>
#include <lauxlib.h>
int main(int argc, char *argv[]) {