Browse Source

configure: Fix VLC_SET_CFLAGS_WERROR.

Pointed-out-by: Rafael Carré.
pull/2/head
Pierre d'Herbemont 17 years ago
parent
commit
9a419e596f
  1. 2
      m4/vlc.m4

2
m4/vlc.m4

@ -60,7 +60,7 @@ AC_DEFUN([VLC_ADD_LIBS], [
AC_DEFUN([VLC_SET_CFLAGS_WERROR], [
for element in [$1]; do
eval "CFLAGS_WERROR_${element}="'"'"$2"''"'
eval "CFLAGS_WERROR_${element}="'"'"$2"'"'
done
])

Loading…
Cancel
Save