1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Removed AX_LUA calls until fixed

This commit is contained in:
James Booth 2013-09-15 21:34:57 +01:00
parent d386b7c609
commit 7ed1fc2d9c

View File

@ -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])