summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-09-11 17:15:04 +0200
committerDavid Sterba <dsterba@suse.com>2018-10-23 14:48:39 +0200
commit678d6c9c0f37ad4006661f111352c99f04aeee71 (patch)
treebadb89fc2743bde3235faad702737bb86e027aed /configure.ac
parent14357b3e340f8e57e922e6c08f5fb621dce77aff (diff)
btrfs-progs: build: remove gzip dependency
The manual pages are not compressed anymore and we can remove gzip from build dependencies and build steps. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index df02f206..55d540be 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,6 @@ if test "x$enable_documentation" = xyes; then
AC_MSG_ERROR([cannot find xmlto, cannot build documentation])
fi
- AC_PATH_PROG([GZIP], [gzip], [gzip])
AC_PATH_PROG([MV], [mv], [mv])
AC_PROG_SED
AC_PATH_PROG([ASCIIDOC], [asciidoc])