summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès2012-05-29 22:16:05 +0200
committerLudovic Courtès2012-05-29 22:16:05 +0200
commit5c3f0c1e0fe9869028d2763e30a9629fe9d3802b (patch)
tree8a5eddb1b75569a6c1dd2fed8a1192092b0d4bb1
parentd5c78fde59e23979079a8f28e30b857f22eccf78 (diff)
downloadskribilo-5c3f0c1e0fe9869028d2763e30a9629fe9d3802b.tar.gz
skribilo-5c3f0c1e0fe9869028d2763e30a9629fe9d3802b.tar.lz
skribilo-5c3f0c1e0fe9869028d2763e30a9629fe9d3802b.zip
build: Hide the output of `guild compile'.
* configure.ac: Really hide the output of `guild compile'.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])