From 18d33de1a5e37d4d9a64170c1464250867fc78e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 19 Mar 2007 23:02:49 +0000 Subject: We need to call CC_CHECK_WERROR first of all, as the autoconf automatic dependency support fails us, as the first time it's invoked is conditional. CVS patchset: 8715 CVS date: 2007/03/19 23:02:49 --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index f2ca16e17..bcab9f2fd 100644 --- a/configure.ac +++ b/configure.ac @@ -133,6 +133,9 @@ AC_C_INLINE AC_CHECK_TOOL([STRINGS], [strings], [false]) +dnl We need to check this beforehand or autoconf bails out as we have it conditional. +CC_CHECK_WERROR + dnl --------------------------------------------- dnl Check for assembler (ffmpeg need it), don't call this before LIBTOOL dnl --------------------------------------------- -- cgit v1.2.3