From: Jean-Baptiste Kempf Date: Thu, 4 Feb 2010 01:16:00 +0000 (+0100) Subject: m4: be more safe about quotes X-Git-Tag: 1.1.0-ff~450 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1f716cb755023a2417e2b7feac749291d027ba66;p=vlc m4: be more safe about quotes --- diff --git a/m4/vlc.m4 b/m4/vlc.m4 index be7ecb689d..8edd0cad0a 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["] ]) ])