summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d0709f5..9931927 100644
--- a/configure.ac
+++ b/configure.ac
@@ -61,7 +61,8 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS], [test x$release = xno],
format-security \
init-self],
[missing-field-initializers \
- unused-parameter])
+ unused-parameter \
+ deprecated-declarations])
AC_SUBST(ERROR_CFLAGS)
AC_CHECK_HEADERS_ONCE([libintl.h])