[vlc-devel] commit: m4: be more safe about quotes (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Feb 4 02:22:13 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb  4 02:16:00 2010 +0100| [1f716cb755023a2417e2b7feac749291d027ba66] | committer: Jean-Baptiste Kempf 

m4: be more safe about quotes

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

 m4/vlc.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/vlc.m4 b/m4/vlc.m4
index be7ecb6..8edd0ca 100644
--- a/m4/vlc.m4
+++ b/m4/vlc.m4
@@ -55,7 +55,7 @@ AC_DEFUN([VLC_ADD_LDFLAGS], [
 
 AC_DEFUN([VLC_ADD_LIBS], [
   m4_foreach_w([element], [$1], [
-    [eval "LIBS_]element[="'"$2 $'"{LIBS_]element[}"'"']
+    [eval "LIBS_]element[="'"'"$2 "'$'"{LIBS_]element[}"'"']
     [am_modules_with_libs="${am_modules_with_libs} ]element["]
   ])
 ])




More information about the vlc-devel mailing list