Commit e9825663 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

configure: Set the proper werror variable when creating vlc-config.in

parent 8cedf34f
......@@ -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
......
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