diff options
author | Andy Wingo <wingo@pobox.com> | 2017-03-02 08:39:42 +0100 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2017-03-02 08:39:47 +0100 |
commit | 6fff84d7d1a9a839509326943a6ad3eb13c5208e (patch) | |
tree | 9d716a31c234f9e9f1b227e3c6d783e8518361bc | |
parent | f2db8fc2f5f6d316710282ce0b663a3ebe8053a1 (diff) | |
download | guile-6fff84d7d1a9a839509326943a6ad3eb13c5208e.tar.gz |
Revert "build: Compress with lzip too."
This reverts commit 89ce9fb31b00f1f243fe6f2450db50372cc0b86d. It was
causing the hydra builds to fail.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 0186514ef..8c90d3feb 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ dnl Use `serial-tests' so the output `check-guile' is not hidden dnl (`parallel-tests' is the default in Automake 1.13.) dnl `serial-tests' was introduced in Automake 1.12. AM_INIT_AUTOMAKE([1.12 gnu no-define -Wall -Wno-override \ - serial-tests color-tests dist-lzip dist-xz]) + serial-tests color-tests dist-xz]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])], [AC_SUBST([AM_DEFAULT_VERBOSITY],1)]) AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT) |