Skip to content

Commit

Permalink
Enable silent builds
Browse files Browse the repository at this point in the history
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=96774
Reviewed-by: Debarshi Ray <rishi@gnu.org>
  • Loading branch information
lanoxx authored and debarshiray committed Jul 14, 2016
1 parent 26ed60c commit e03967c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -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
Expand Down

0 comments on commit e03967c

Please sign in to comment.