From e982566383a3045d27adc7e5d526c0ffdb2bb0bf Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Mon, 31 Aug 2009 21:46:55 +0200 Subject: [PATCH] configure: Set the proper werror variable when creating vlc-config.in --- m4/vlc.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2