Commit 9a419e59 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

configure: Fix VLC_SET_CFLAGS_WERROR.

Pointed-out-by: Rafael Carré.
parent 7a779849
...@@ -60,7 +60,7 @@ AC_DEFUN([VLC_ADD_LIBS], [ ...@@ -60,7 +60,7 @@ AC_DEFUN([VLC_ADD_LIBS], [
AC_DEFUN([VLC_SET_CFLAGS_WERROR], [ AC_DEFUN([VLC_SET_CFLAGS_WERROR], [
for element in [$1]; do for element in [$1]; do
eval "CFLAGS_WERROR_${element}="'"'"$2"''"' eval "CFLAGS_WERROR_${element}="'"'"$2"'"'
done done
]) ])
......
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