summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geiger <sbastig@gmx.net>2016-07-01 23:29:54 +0200
committerDebarshi Ray <debarshir@gnome.org>2016-07-14 09:46:28 +0200
commite03967c263fc628e1a3301c390353f7c17243c20 (patch)
tree8f207743668e959d8386bd7a3db2fef2324ebd1d
parent26ed60ccf4efe7f3fed149ecd057a52329a03084 (diff)
downloadtelepathy-glib-e03967c263fc628e1a3301c390353f7c17243c20.tar.gz
Enable silent builds
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=96774 Reviewed-by: Debarshi Ray <rishi@gnu.org>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e3b2bb698..a63a0afe9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -46,7 +46,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.11 -Wno-portability subdir-objects])
AC_CONFIG_HEADERS(config.h)
-AM_SILENT_RULES
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
dnl check for tools
AC_PROG_CC