[vlc-devel] commit: configure.ac: Actually put per module error flag upon correct flag definition. (Pierre d 'Herbemont )
git version control
git at videolan.org
Mon Aug 31 15:18:01 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Mon Aug 31 15:17:01 2009 +0200| [087681d60d72ac0e46ecd064405a94f9084a36f6] | committer: Pierre d'Herbemont
configure.ac: Actually put per module error flag upon correct flag definition.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=087681d60d72ac0e46ecd064405a94f9084a36f6
---
m4/vlc.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/m4/vlc.m4 b/m4/vlc.m4
index 2c7c143..8007aa2 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 " ;;"
More information about the vlc-devel
mailing list