Commit 087681d6 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

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

parent e573d94d
......@@ -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 " ;;"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment