Merge remote-tracking branch 'oe_21/master' into vuplus-3.0-next
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-support / libbluray / libaacs / libaacs_remove_werror_implicit_function_declaration.patch
1 diff --git a/configure.ac b/configure.ac
2 index 466f7f9..48490df 100644
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -145,10 +145,6 @@ CC_CHECK_CFLAGS_APPEND([-Wall -Wdisabled-optimization -Wpointer-arith ]dnl
6  [-Wredundant-decls -Wcast-qual -Wwrite-strings -Wtype-limits -Wundef ]dnl
7  [-Wmissing-prototypes -Wshadow])
8  
9 -CC_CHECK_CFLAGS_APPEND([-Werror=implicit-function-declaration ]dnl
10 -                       [-Werror-implicit-function-declaration],
11 -                       [break;])
12 -
13  CC_CHECK_WERROR
14  AS_IF([test "x$enable_werror" = "xyes"], [
15    CFLAGS="${CFLAGS} $cc_cv_werror"