1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

configure.ac: Actually put per module error flag upon correct flag definition.

This commit is contained in:
Pierre d'Herbemont 2009-08-31 15:17:01 +02:00
parent e573d94d0f
commit 087681d60d

View File

@ -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 " ;;"