Browse Source

Merge pull request #180 from yegorich/silent

Enable silent build by default
tags/json-c-0.13-20171207
Eric Haszlakiewicz 10 years ago
parent
commit
82a1316f76
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      configure.ac

+ 3
- 0
configure.ac View 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.


Loading…
Cancel
Save