From 9a419e596f8901cb097684724788baa73745abfa Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Mon, 31 Aug 2009 10:48:05 +0200 Subject: [PATCH] configure: Fix VLC_SET_CFLAGS_WERROR. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Pointed-out-by: Rafael Carré. --- m4/vlc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/vlc.m4 b/m4/vlc.m4 index 130e47a5c4..2c7c1433a0 100644 --- a/m4/vlc.m4 +++ b/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 ]) -- 2.39.2