]> git.sesse.net Git - vlc/commitdiff
Fix --enable-lua flag description in configure.ac
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 26 May 2008 12:35:28 +0000 (14:35 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 26 May 2008 12:35:28 +0000 (14:35 +0200)
configure.ac

index 1b52e369786bccdb96ae952e1f2ab46f31c1f9c9..6ce60943e98475fcbc1d6c303818166ae098e07e 100644 (file)
@@ -1757,7 +1757,7 @@ fi
 
 dnl Lua modules
 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"
 then
   PKG_CHECK_MODULES(LUA, lua5.1,