build: Always check for gzip/bzip2/xz.
authorLudovic Courtès <ludo@gnu.org>
Wed, 9 Dec 2015 18:22:08 +0000 (19:22 +0100)
committerLudovic Courtès <ludo@gnu.org>
Wed, 9 Dec 2015 21:18:47 +0000 (22:18 +0100)
commitcd48eae560c76f93cec6cf3db7c8cd788b929a69
tree8630465ef867f96bd3c30957a31d70254aa57d05
parent6b6a0b143d487befb115bcbcb54de862c508f4f6
build: Always check for gzip/bzip2/xz.

This allows (guix config) to contain valid values of %GZIP et al. even
when configured with --disable-daemon.

* config-daemon.ac: Move 'AC_PATH_PROG' invocations for
gzip & co. to...
* configure.ac: ... here.
config-daemon.ac
configure.ac