[vlc-commits] configure: fix typo

Jean-Baptiste Kempf git at videolan.org
Tue Feb 2 17:50:45 CET 2016


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Feb  2 17:50:31 2016 +0100| [79b100817961433302ab15d099e0b0fbe7833c39] | committer: Jean-Baptiste Kempf

configure: fix typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79b100817961433302ab15d099e0b0fbe7833c39
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 29c9ba1..f783e90 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1547,7 +1547,7 @@ then
     AC_MSG_ERROR([Could not find the LUA byte compiler.])
   ])
   AS_IF([test -d "${CONTRIB_DIR}" -a -f "${CONTRIB_DIR}/lib/liblua.a" -a `echo|${LUAC} -o - -|od -j 8 -N 2 -t x2|head -n 1|tr -s ' '|cut -d' ' -f2` != 0404], [
-    AC_MSG_ERROR([You need 32-bits luac when using using lua from contrib.])
+    AC_MSG_ERROR([You need 32-bits luac when using lua from contrib.])
   ])
 fi
 AM_CONDITIONAL(BUILD_LUA, [test "${have_lua}" = "yes"])



More information about the vlc-commits mailing list