Commit 1f716cb7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

m4: be more safe about quotes

parent 1af9a2da
......@@ -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["]
])
])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment