summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-10-26 01:54:00 +0000
committerColin Watson <cjwatson@debian.org>2008-10-26 01:54:00 +0000
commitebe8e08b588c73a892b35613a57941859ace2ff9 (patch)
treea2eafb2f75198932acdb1e823230d6788dcb6e1e /config.h.in
parentd100e8f97cb8489ed3ca8330834e1b3c73a87ff4 (diff)
* configure.ac: Check for lzma.
* include/comp_src.h.in (comp_list): Add lzma. * include/manconfig.h.in: Define UNLZMA. * docs/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 890f0ca1..99e14a27 100644
--- a/config.h.in
+++ b/config.h.in
@@ -486,6 +486,9 @@
/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT
+/* Define if you have lzma. */
+#undef HAVE_LZMA
+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
to 0 otherwise. */
#undef HAVE_MALLOC