From 7ed1fc2d9cb05770a978dfe402d11517cb0875d4 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 15 Sep 2013 21:34:57 +0100 Subject: [PATCH] Removed AX_LUA calls until fixed --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index f8af3211..502a7c84 100644 --- a/configure.ac +++ b/configure.ac @@ -41,9 +41,10 @@ else AC_MSG_NOTICE([Python development package not found, Python plugin support disabled.]) fi -AX_PROG_LUA -AX_LUA_HEADERS -AX_LUA_LIBS +# TODO get the following macros working +#AX_PROG_LUA +#AX_LUA_HEADERS +#AX_LUA_LIBS LUA_INCLUDE="-I/usr/include/lua5.1" LUA_LIB="-llua5.1" AM_CONDITIONAL([BUILD_LUA_API], [true])