summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMatias A. Fonzo <selk@dragora.org>2012-02-02 00:05:43 +0000
committerColin Watson <cjwatson@debian.org>2012-02-02 00:05:43 +0000
commite1d95790bc5faf9b7d0e5cc31ef62022e7a7c878 (patch)
tree30d0e24439b1f5eb09653e95014e97d36f381cec /config.h.in
parent8410a03575f1a8550498f3d0b4ea51ff72edd780 (diff)
Add support for Lzip-compressed manual pages.
* configure.ac: Check for lzip. Don't test for lzma if lzip is present, as was already the case for xz. * include/comp_src.h.in (comp_list): Add lzip. * include/manconfig.h.in: Define UNLZIP. * NEWS: Document this.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index db23d678..0d25f837 100644
--- a/config.h.in
+++ b/config.h.in
@@ -689,6 +689,9 @@
/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT
+/* Define if you have lzip. */
+#undef HAVE_LZIP
+
/* Define if you have lzma. */
#undef HAVE_LZMA