diff --git a/configure.ac b/configure.ac index c50f81b..321c239 100644 --- a/configure.ac +++ b/configure.ac @@ -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.