[vlc-commits] configure: fix quoting
Rémi Denis-Courmont
git at videolan.org
Wed Aug 20 01:53:43 CEST 2014
vlc/vlc-2.2 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 17 18:18:31 2014 +0300| [22a0bdd422b9a6d814a7ec9b00c27d052e931bda] | committer: Jean-Baptiste Kempf
configure: fix quoting
(cherry picked from commit 591bf557b3201e624b6f35fd9f958ef5996a605c)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=22a0bdd422b9a6d814a7ec9b00c27d052e931bda
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index c2b6800..2ee6ebb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1528,7 +1528,7 @@ then
AS_IF([test "${LUAC}" = "false"], [
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], [
+ 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.])
])
fi
More information about the vlc-commits
mailing list