summaryrefslogtreecommitdiffstats
path: root/server/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'server/configure.ac')
-rw-r--r--server/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/configure.ac b/server/configure.ac
index def37bd7f..a1060c11f 100644
--- a/server/configure.ac
+++ b/server/configure.ac
@@ -21,6 +21,9 @@ AC_DISABLE_STATIC
AC_PROG_LIBTOOL
AC_CONFIG_MACRO_DIR([m4])
+m4_pattern_allow([AM_SILENT_RULES])
+AM_SILENT_RULES
+
if test "$ac_cv_prog_gcc" = yes; then
CFLAGS="$CFLAGS -Wall -Wshadow -Wstrict-prototypes -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings"
fi