[vlc-devel] commit: configure: Fix VLC_SET_CFLAGS_WERROR. (Pierre d'Herbemont )

git version control git at videolan.org
Mon Aug 31 10:51:39 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Mon Aug 31 10:48:05 2009 +0200| [9a419e596f8901cb097684724788baa73745abfa] | committer: Pierre d'Herbemont 

configure: Fix VLC_SET_CFLAGS_WERROR.

Pointed-out-by: Rafael Carré.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9a419e596f8901cb097684724788baa73745abfa
---

 m4/vlc.m4 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/m4/vlc.m4 b/m4/vlc.m4
index 130e47a..2c7c143 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
 ])
 




More information about the vlc-devel mailing list