diff --git a/configure.ac b/configure.ac index 33e79db90..b33f99beb 100644 --- a/configure.ac +++ b/configure.ac @@ -199,7 +199,7 @@ if test "$enable_compile_warnings" != no ; then if test "$enable_compile_warnings" = error ; then case " $CFLAGS " in *[\ \ ]-Werror[\ \ ]*) ;; - *) CFLAGS="$CFLAGS -Werror" ;; + *) CFLAGS="$CFLAGS -Werror -Wno-error=deprecated-declarations" ;; esac fi fi