Revert "build: Compress with lzip too."
authorAndy Wingo <wingo@pobox.com>
Thu, 2 Mar 2017 07:39:42 +0000 (08:39 +0100)
committerAndy Wingo <wingo@pobox.com>
Thu, 2 Mar 2017 07:39:47 +0000 (08:39 +0100)
This reverts commit 89ce9fb31b00f1f243fe6f2450db50372cc0b86d.  It was
causing the hydra builds to fail.

configure.ac

index 0186514efabba32565b33e1f911b08ec801f6900..8c90d3feb3de985501c217e40501382276886e2a 100644 (file)
@@ -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)