summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-08-24 08:45:23 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-08-24 08:45:23 -0500
commitb5077b293b945edfcd84b6911a2c1b9cb234a129 (patch)
tree9bc8de9efae427b59c1e301ace8c757c421235e7 /configure.in
parent9c907513be0f30d47d7fc61bf537677c63e19ba1 (diff)
be quiet if there is no 'warn' file
Change-Id: I44ce29c41c914c57e5c0e4036e327447efb5b26b
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 11cc95868fe8..ed3a4a1953f4 100644
--- a/configure.in
+++ b/configure.in
@@ -12342,6 +12342,6 @@ $GNUMAKE check
_EOF
fi
-cat warn
+cat warn 2> /dev/null
dnl vim:set shiftwidth=4 softtabstop=4 expandtab: