From 5c3f0c1e0fe9869028d2763e30a9629fe9d3802b Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Tue, 29 May 2012 22:16:05 +0200 Subject: build: Hide the output of `guild compile'. * configure.ac: Really hide the output of `guild compile'. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2477b0f..fffc662 100644 --- a/configure.ac +++ b/configure.ac @@ -37,7 +37,7 @@ AC_PATH_PROGS([GUILD], [guild guile-tools]) # GNU Guile 2.0.x and its compiler. AM_CONDITIONAL([HAVE_GUILE2], [test "x$GUILD" != "x" && \ - "$GUILD" compile --help 2>&1 >/dev/null]) + "$GUILD" compile --help >/dev/null 2>&1]) # Need Guile-Reader. GUILE_MODULE_REQUIRED([system reader]) -- cgit v1.2.3