[vlc-commits] configure: fix quoting

Rémi Denis-Courmont git at videolan.org
Sun Aug 17 17:25:20 CEST 2014


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Aug 17 18:18:31 2014 +0300| [591bf557b3201e624b6f35fd9f958ef5996a605c] | committer: Rémi Denis-Courmont

configure: fix quoting

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

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

diff --git a/configure.ac b/configure.ac
index 6a07d9e..52ed69b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1540,7 +1540,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