diff options
author | Jan Moskyto Matejka <mq@ucw.cz> | 2017-02-06 14:02:11 +0100 |
---|---|---|
committer | Mikael Magnusson <mikma@users.sourceforge.net> | 2019-02-22 23:12:41 +0100 |
commit | 96b1cc6c3f5ab49993ce9373e33f1f8fc04bdc61 (patch) | |
tree | 9e53209918bf58d44af9a056a3b13b6524d8d173 /configure.ac | |
parent | 7c36eb3e8bd7d06f65dc7319d42b6abe782c5b89 (diff) |
Lua filters: connected with no exported vars
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index da1a8f44..7d538bdd 100644 --- a/configure.ac +++ b/configure.ac @@ -340,6 +340,12 @@ elif test "$bird_cv_lib_log" != yes ; then LIBS="$LIBS $bird_cv_lib_log" fi +AX_PROG_LUA(5.3) +AX_LUA_HEADERS +AX_LUA_LIBS +AC_SUBST(LUA_INCLUDE) +AC_SUBST(LUA_LIBS) + if test "$enable_debug" = yes ; then AC_DEFINE([DEBUGGING], [1], [Define to 1 if debugging is enabled]) LDFLAGS="$LDFLAGS -rdynamic" |