git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3538dcf
)
Fix --enable-lua flag description in configure.ac
author
Antoine Cellerier
<dionoea@videolan.org>
Mon, 26 May 2008 12:35:28 +0000
(14:35 +0200)
committer
Antoine Cellerier
<dionoea@videolan.org>
Mon, 26 May 2008 12:35:28 +0000
(14:35 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
1b52e36
..
6ce6094
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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,