Skip to content

Commit

Permalink
m4: be more safe about quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkempf committed Feb 4, 2010
1 parent 1af9a2d commit 1f716cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/vlc.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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["]
])
])
Expand Down

0 comments on commit 1f716cb

Please sign in to comment.