diff --git a/src/haproxy.c b/src/haproxy.c index c3d6255af..19687b2f2 100644 --- a/src/haproxy.c +++ b/src/haproxy.c @@ -334,6 +334,12 @@ void display_build_opts() printf("Built without PCRE support (using libc's regex instead)\n"); #endif +#ifdef USE_LUA + printf("Built with Lua version : %s\n", LUA_RELEASE); +#else + printf("Built without Lua support\n"); +#endif + #if defined(CONFIG_HAP_TRANSPARENT) || defined(CONFIG_HAP_CTTPROXY) printf("Built with transparent proxy support using:" #if defined(CONFIG_HAP_CTTPROXY)