From: Pierre d'Herbemont Date: Mon, 31 Aug 2009 13:17:01 +0000 (+0200) Subject: configure.ac: Actually put per module error flag upon correct flag definition. X-Git-Tag: 1.1.0-ff~3674 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=087681d60d72ac0e46ecd064405a94f9084a36f6;p=vlc configure.ac: Actually put per module error flag upon correct flag definition. --- diff --git a/m4/vlc.m4 b/m4/vlc.m4 index 2c7c1433a0..8007aa29d5 100644 --- a/m4/vlc.m4 +++ b/m4/vlc.m4 @@ -138,7 +138,7 @@ AC_DEFUN([VLC_OUTPUT_VLC_CONFIG_IN], [ if test "`eval echo @'$'LIBS_${x}@`" != "@@"; then echo " libs=\"\${libs} `eval echo '$'LIBS_${x}`\"" fi - if test "`eval echo @'$'LIBS_${x}@`" != "@@"; then + if test "`eval echo @'$'CFLAGS_WERROR_${x}@`" != "@@"; then echo " CFLAGS_WERROR=\"`eval echo '$'CFLAGS_WERROR_${x}`\"" fi echo " ;;"