Commit a3c8effe authored by Antoine Cellerier's avatar Antoine Cellerier

Fix --enable-lua flag description in configure.ac

parent 3538dcff
...@@ -1757,7 +1757,7 @@ fi ...@@ -1757,7 +1757,7 @@ fi
dnl Lua modules dnl Lua modules
AC_ARG_ENABLE(lua, AC_ARG_ENABLE(lua,
[ --enable-lua lua playlist and metafetcher plugins (default enabled)]) [ --enable-lua lua playlist, metafetcher and interface plugins (default enabled)])
if test "${enable_lua}" != "no" if test "${enable_lua}" != "no"
then then
PKG_CHECK_MODULES(LUA, lua5.1, PKG_CHECK_MODULES(LUA, lua5.1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment