From: Pierre d'Herbemont Date: Mon, 31 Aug 2009 19:46:55 +0000 (+0200) Subject: configure: Set the proper werror variable when creating vlc-config.in X-Git-Tag: 1.1.0-ff~3658 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e982566383a3045d27adc7e5d526c0ffdb2bb0bf;p=vlc configure: Set the proper werror variable when creating vlc-config.in --- diff --git a/m4/vlc.m4 b/m4/vlc.m4 index 8007aa29d5..fa6790caf4 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