]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Enable silent build by default 180/head
authorYegor Yefremov <yegorslists@googlemail.com>
Sat, 25 Apr 2015 19:57:38 +0000 (21:57 +0200)
committerYegor Yefremov <yegorslists@googlemail.com>
Sat, 25 Apr 2015 20:11:44 +0000 (22:11 +0200)
configure.ac

index c50f81bde0167429d1f79cd1e09a2e2e0854776e..321c23937e510013968b9b497fd5472db9d482f7 100644 (file)
@@ -21,6 +21,9 @@ else
   AC_MSG_RESULT([RDRAND Hardware RNG Hash Seed disabled. Use --enable-rdrand to enable])
 fi
 
+# enable silent build by default
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes]]))
+
 # Checks for programs.
 
 # Checks for libraries.