1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Disable LUA header check for tracebox

This commit is contained in:
Ycarus (Yannick Chabanois) 2023-07-04 18:31:37 +02:00
parent 13b4d20763
commit cca347992c

View file

@ -0,0 +1,10 @@
--- a/configure.ac 2023-07-04 18:25:34.419067107 +0200
+++ b/configure.ac 2023-07-04 18:25:42.558931140 +0200
@@ -58,7 +58,6 @@
esac ],
[
AX_PROG_LUA
- AX_LUA_HEADERS
AX_LUA_LIBS
if test x"$LUA_LIB" = x; then
AC_MSG_ERROR([Lua library not found. You may try option --with-lua-suffix.])