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:
parent
d386b7c609
commit
7ed1fc2d9c
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user