[vlc-devel] commit: configure: Set the proper werror variable when creating vlc-config. in (Pierre d'Herbemont )

git version control git at videolan.org
Mon Aug 31 21:48:38 CEST 2009


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Mon Aug 31 21:46:55 2009 +0200| [e982566383a3045d27adc7e5d526c0ffdb2bb0bf] | committer: Pierre d'Herbemont 

configure: Set the proper werror variable when creating vlc-config.in

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

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

diff --git a/m4/vlc.m4 b/m4/vlc.m4
index 8007aa2..fa6790c 100644
--- a/m4/vlc.m4
+++ b/m4/vlc.m4
@@ -139,7 +139,7 @@ AC_DEFUN([VLC_OUTPUT_VLC_CONFIG_IN], [
       echo "      libs=\"\${libs} `eval echo '$'LIBS_${x}`\""
     fi
     if test "`eval echo @'$'CFLAGS_WERROR_${x}@`" != "@@"; then
-      echo "      CFLAGS_WERROR=\"`eval echo '$'CFLAGS_WERROR_${x}`\""
+      echo "      cflags_werror=\"`eval echo '$'CFLAGS_WERROR_${x}`\""
     fi
     echo "    ;;"
   ] done >> vlc-config.in




More information about the vlc-devel mailing list